for docker installs, override SIGN_IN_PREFILLED=false (#9627)
fixes #9231
This commit is contained in:
@ -6,6 +6,7 @@ TAG=latest
|
|||||||
#REDIS_URL=redis://redis:6379
|
#REDIS_URL=redis://redis:6379
|
||||||
|
|
||||||
SERVER_URL=http://localhost:3000
|
SERVER_URL=http://localhost:3000
|
||||||
|
SIGN_IN_PREFILLED=false
|
||||||
|
|
||||||
# Use openssl rand -base64 32 for each secret
|
# Use openssl rand -base64 32 for each secret
|
||||||
# APP_SECRET=replace_me_with_a_random_string
|
# APP_SECRET=replace_me_with_a_random_string
|
||||||
|
|||||||
Reference in New Issue
Block a user