diff --git a/config_SAMPLE.py b/config_SAMPLE.py index 9644b2a..8648ca2 100644 --- a/config_SAMPLE.py +++ b/config_SAMPLE.py @@ -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 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 PATH = './' # MUST END IN '/' PEER_FILE = 'peer_ids.json' # Will auto-download from DMR-MARC