mirror of
https://github.com/ShaYmez/HBmonitor.git
synced 2024-11-21 23:45:17 -05:00
Update config_SAMPLE.py
Add simple web auth
This commit is contained in:
parent
c4f03c082e
commit
92d36332fc
@ -9,6 +9,11 @@ FREQUENCY = 10 # Frequency to push updates to
|
|||||||
WEB_SERVER_PORT = 8080 # Has to be above 1024 if you're not running as root
|
WEB_SERVER_PORT = 8080 # Has to be above 1024 if you're not running as root
|
||||||
CLIENT_TIMEOUT = 0 # Clients are timed out after this many seconds, 0 to disable
|
CLIENT_TIMEOUT = 0 # Clients are timed out after this many seconds, 0 to disable
|
||||||
|
|
||||||
|
# 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
|
# Files and stuff for loading alias files for mapping numbers to names
|
||||||
PATH = './' # MUST END IN '/'
|
PATH = './' # MUST END IN '/'
|
||||||
PEER_FILE = 'peer_ids.json' # Will auto-download from DMR-MARC
|
PEER_FILE = 'peer_ids.json' # Will auto-download from DMR-MARC
|
||||||
|
Loading…
Reference in New Issue
Block a user