From 9c040b9eda501fdeeb877624680bca084b6fda9a Mon Sep 17 00:00:00 2001 From: Waldek Date: Thu, 11 Mar 2021 21:13:08 +0100 Subject: [PATCH] changed default value --- config_SAMPLE.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_SAMPLE.py b/config_SAMPLE.py index 1648f0c..e9f5f9c 100644 --- a/config_SAMPLE.py +++ b/config_SAMPLE.py @@ -40,7 +40,7 @@ THEME_COLOR = 'background-image: linear-gradient(to bottom, #337ab7 0%, #265 OPB_FILTER = "" # Authorization of access to dashboard -WEB_AUTH = False +WEB_AUTH = True WEB_USER = 'hblink' WEB_PASS = 'hblink'