Fix custom umami tracker script name

This commit is contained in:
Marko Korhonen 2023-09-20 21:07:52 +03:00
parent 58736a27d4
commit 8a924d17c5
2 changed files with 1 additions and 1 deletions

View file

@ -8,7 +8,6 @@ env_file = ".env"
[services.umami.environment]
DATABASE_URL = "postgresql://umami:${POSTGRES_PASS}@postgres:5432/umami"
HASH_SALT = "${HASH_SALT}"
TRACKER_SCRIPT_NAME = "ua9quuaW"
[services.umami.logging.options]
max-size = "10m"