Remove session store secret (#10074)

Fixes #10033
This commit is contained in:
Félix Malfait
2025-02-07 14:58:50 +01:00
committed by GitHub
parent 1403c55625
commit 22c9acf993
3 changed files with 13 additions and 11 deletions

View File

@ -70,7 +70,6 @@ FRONT_PORT=3001
# MUTATION_MAXIMUM_AFFECTED_RECORDS=100
# CHROME_EXTENSION_ID=bggmipldbceihilonnbpgoeclgbkblkp
# PG_SSL_ALLOW_SELF_SIGNED=true
# SESSION_STORE_SECRET=replace_me_with_a_random_string_session
# ENTERPRISE_KEY=replace_me_with_a_valid_enterprise_key
# SSL_KEY_PATH="./certs/your-cert.key"
# SSL_CERT_PATH="./certs/your-cert.crt"