related #6753 allow metrics for anonymous users

Signed-off-by: Nico Ohnezat <nico@no-12.net>
This commit is contained in:
Nico Ohnezat
2022-09-06 00:02:31 +02:00
parent d73cc501d5
commit 82e8bcd2bb
3 changed files with 20 additions and 1 deletions

View File

@@ -418,6 +418,9 @@ AUTH_BASIC_ENABLED = True
# when trying to access a UI page that requries authentication.
LOGIN_REDIRECT_OVERRIDE = ''
# Note: This setting may be overridden by database settings.
ALLOW_METRICS_FOR_ANONYMOUS_USERS = False
DEVSERVER_DEFAULT_ADDR = '0.0.0.0'
DEVSERVER_DEFAULT_PORT = '8013'