changed defalut WEB_AUTH to False

This commit is contained in:
Waldek
2021-02-24 17:18:47 +01:00
committed by GitHub
parent 38ca38144c
commit 829fb3457f
+1 -1
View File
@@ -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'