We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a85707 commit 6837374Copy full SHA for 6837374
1 file changed
docker-compose.prod.yml
@@ -89,6 +89,10 @@ services:
89
# accidentally-open dashboard after a bad deploy.
90
APP_ENV: production
91
ADMIN_TOKEN: ${ADMIN_TOKEN}
92
+ # Pepper for hashing device IDs before they hit Postgres. Required in
93
+ # production; rotating this invalidates existing hashes (acceptable —
94
+ # privacy hardening V6).
95
+ DEVICE_ID_PEPPER: ${DEVICE_ID_PEPPER}
96
depends_on:
97
postgres:
98
condition: service_healthy
0 commit comments