added session secret notes
This commit is contained in:
@@ -1 +1 @@
|
||||
SESSION_SECRET= # openssl rand -base64 32
|
||||
SESSION_SECRET=
|
@@ -20,7 +20,7 @@ services:
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
APP_ENV: "production"
|
||||
PUBLIC_SESSION_SECRET: ${SESSION_SECRET}
|
||||
PUBLIC_SESSION_SECRET: ${SESSION_SECRET} # openssl rand -base64 32
|
||||
# Optional: Set if Docker access fails
|
||||
# DOCKER_GID: 998
|
||||
|
||||
|
Reference in New Issue
Block a user