1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

Reinstate statistics which is currently not used. Remove unneeded line in

Dockerfile.
This commit is contained in:
Dimitri Huisman
2023-11-07 15:24:23 +00:00
parent eb65e5eea0
commit d370d40df7
3 changed files with 10 additions and 4 deletions

View File

@@ -39,6 +39,9 @@ AUTH_RATELIMIT_IP={{ auth_ratelimit_ip }}/hour
AUTH_RATELIMIT_USER={{ auth_ratelimit_user }}/day
{% endif %}
# Opt-out of statistics, replace with "True" to opt out
DISABLE_STATISTICS={{ disable_statistics or 'False' }}
###################################
# Optional features
###################################