Process review comments (PR2464)

This commit is contained in:
Dimitri Huisman
2022-11-25 11:21:33 +00:00
committed by Alexander Graf
parent afb224e796
commit 61d092922c
10 changed files with 60 additions and 66 deletions

View File

@@ -71,7 +71,7 @@ DEFAULT_CONFIG = {
'LOGO_BACKGROUND': None,
'API': False,
# Advanced settings
'API' : 'false',
'API' : False,
'WEB_API' : '/api',
'API_TOKEN': None,
'LOG_LEVEL': 'WARNING',