Analytics to Matomo

This commit is contained in:
Aaron Kimbre
2022-01-17 21:55:48 -06:00
parent 683a1d6f7d
commit 6197f630e9
4 changed files with 50 additions and 0 deletions

View File

@@ -4,6 +4,9 @@
APP_NAME = "Nexus Dashboard"
APP_SYSTEM_ERROR_SUBJECT_LINE = APP_NAME + " system error"
# Send Analytics for Developers to better fix issues
ALLOW_ANALYTICS = False
# Flask settings
CSRF_ENABLED = True