1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-11-25 22:12:28 +02:00

Make it possible to opt out of statistics

This commit is contained in:
kaiyou
2017-11-05 18:30:53 +01:00
parent 45902ae012
commit 6eaffd514d
2 changed files with 10 additions and 5 deletions

View File

@@ -36,6 +36,9 @@ TLS_FLAVOR=cert
# Authentication rate limit (per source IP address)
AUTH_RATELIMIT=10/minute;1000/hour
# Opt-out of statistics, replace with "True" to opt out
DISABLE_STATISTICS=False
###################################
# Optional features
###################################