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

This commit is contained in:
saravanakumardb1 2026-03-27 23:01:36 -07:00
parent f9cb3a323d
commit 760afbbc41

View File

@ -13,3 +13,9 @@ PRODUCT_ID=notelett
PLATFORM_SERVICE_URL=http://localhost:4003 PLATFORM_SERVICE_URL=http://localhost:4003
EXTRACTION_SERVICE_URL=http://localhost:4005 EXTRACTION_SERVICE_URL=http://localhost:4005
MCP_SERVER_URL=http://localhost:4007 MCP_SERVER_URL=http://localhost:4007
# Field-level encryption
FIELD_ENCRYPT_KEY_PROVIDER=memory
FIELD_ENCRYPT_KEY=
FIELD_ENCRYPT_MEK_NAME=notelett-mek
AZURE_KEYVAULT_URL=