chore(backend): add FIELD_ENCRYPT env vars to .env.example

This commit is contained in:
saravanakumardb1 2026-03-27 23:01:26 -07:00
parent 30da27a175
commit d6cddb9641

View File

@ -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=