From d6cddb964166302ba260c29d68030b92d797cf70 Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Fri, 27 Mar 2026 23:01:26 -0700 Subject: [PATCH] chore(backend): add FIELD_ENCRYPT env vars to .env.example --- backend/.env.example | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/backend/.env.example b/backend/.env.example index dd79d8c..37bf508 100644 --- a/backend/.env.example +++ b/backend/.env.example @@ -10,3 +10,9 @@ JWT_SECRET= # RS256 JWKS verification (optional — falls back to HS256 if not set) # 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=