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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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'