mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-01 18:30:34 +00:00
Add new config variables
This commit is contained in:
8
.env.tpl
8
.env.tpl
@ -44,6 +44,10 @@ SERVER_NAME=
|
||||
# HINT: Set to true if you redirect http to https
|
||||
# SESSION_COOKIE_SECURE=
|
||||
|
||||
# CHOOSE ONE: False, True
|
||||
# DEFAULT: False
|
||||
TEMPLATES_AUTO_RELOAD=True
|
||||
|
||||
|
||||
################################################################################
|
||||
# Flask-Login #
|
||||
@ -115,6 +119,10 @@ NOPAQUE_ADMIN=
|
||||
# DEFAULT: True
|
||||
# NOPAQUE_DAEMON_ENABLED=
|
||||
|
||||
# NOTE: Get these from the nopaque development team
|
||||
NOPAQUE_DOCKER_REGISTRY_USERNAME=gitlab+deploy-token-30
|
||||
NOPAQUE_DOCKER_REGISTRY_PASSWORD=ADXPaYYz7U1gxkUP4X4Y
|
||||
|
||||
# transport://[userid:password]@hostname[:port]/[virtual_host]
|
||||
NOPAQUE_SOCKETIO_MESSAGE_QUEUE_URI=
|
||||
|
||||
|
Reference in New Issue
Block a user