From 4bb73fba1f179cff98610ddefa013e817fa62886 Mon Sep 17 00:00:00 2001 From: Waldek Date: Mon, 24 Feb 2020 20:22:49 +0100 Subject: [PATCH] Update config_SAMPLE.py Add simple web auth --- config_SAMPLE.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config_SAMPLE.py b/config_SAMPLE.py index 8e66512..96be8fc 100644 --- a/config_SAMPLE.py +++ b/config_SAMPLE.py @@ -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