mirror of https://github.com/kf7eel/hbnet.git
add missing docker sample config option
This commit is contained in:
parent
ed00e4446b
commit
cf1b175dde
|
|
@ -110,6 +110,8 @@ STALE_DAYS: 3
|
|||
[WEB_SERVICE]
|
||||
THIS_SERVER_NAME: DATA_GATEWAY
|
||||
REMOTE_CONFIG_ENABLED: True
|
||||
# When web service unreachable, die.
|
||||
DISABLE_FALLBACK: True
|
||||
# Secret used to authenticate with user managment server, before checking if user login is approved
|
||||
SHARED_SECRET: DATA_GATEWAY_passw0rd
|
||||
# FreeDMR and HBLink - set DASHBOARD_ONLY to True, leave THIS_SERVER_NAME and SHARED_SECRET as DATA_GATEWAY
|
||||
|
|
|
|||
Loading…
Reference in New Issue