chore(backend): add FIELD_ENCRYPT env vars to .env.example
This commit is contained in:
parent
30da27a175
commit
d6cddb9641
@ -10,3 +10,9 @@ JWT_SECRET=
|
|||||||
|
|
||||||
# RS256 JWKS verification (optional — falls back to HS256 if not set)
|
# RS256 JWKS verification (optional — falls back to HS256 if not set)
|
||||||
# PLATFORM_JWKS_URL=http://localhost:4003/auth/.well-known/jwks.json
|
# PLATFORM_JWKS_URL=http://localhost:4003/auth/.well-known/jwks.json
|
||||||
|
|
||||||
|
# Field-level encryption
|
||||||
|
FIELD_ENCRYPT_KEY_PROVIDER=memory
|
||||||
|
FIELD_ENCRYPT_KEY=
|
||||||
|
FIELD_ENCRYPT_MEK_NAME=chronomind-mek
|
||||||
|
AZURE_KEYVAULT_URL=
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user