Update config_SAMPLE.py

add simple web auth
This commit is contained in:
Waldek 2020-02-27 10:15:04 +01:00 committed by GitHub
parent a4b3e424f9
commit b97de4a829
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,11 @@ CLIENT_TIMEOUT = 0 # Clients are timed out after t
# Put list of NETWORK_ID from OPB links to don't show in lastheard, for example: "260210,260211,260212"
OPB_FILTER = ""
# Authorization of access to dashboard
WEB_AUTH = False
WEB_USER = 'hblink'
WEB_PASS = 'hblink'
# Files and stuff for loading alias files for mapping numbers to names
PATH = './' # MUST END IN '/'
PEER_FILE = 'peer_ids.json' # Will auto-download from DMR-MARC