From 829fb3457fe09da878c2e5a1c851b011b5b8588d Mon Sep 17 00:00:00 2001 From: Waldek Date: Wed, 24 Feb 2021 17:18:47 +0100 Subject: [PATCH] changed defalut WEB_AUTH to False --- config_SAMPLE.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_SAMPLE.py b/config_SAMPLE.py index f19a648..808423f 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 = True +WEB_AUTH = False WEB_USER = 'hblink' WEB_PASS = 'hblink'