diff --git a/.env b/.env index 507efe9..072a8ac 100644 --- a/.env +++ b/.env @@ -121,14 +121,15 @@ COMPRESSION_LEVEL= ################################### # Path to redirect / to -WEBROOT_REDIRECT=/ +WEBROOT_REDIRECT= # Path to the admin interface if enabled WEB_ADMIN=/admin +SESSION_COOKIE_SECURE=true # Path to the webmail if enabled WEB_WEBMAIL=/webmail -#SESSION_COOKIE_SECURE=true + # Website name SITENAME=SDA.Zone @@ -154,7 +155,7 @@ COMPOSE_PROJECT_NAME=mailu CREDENTIAL_ROUNDS=12 # Header to take the real ip from -REAL_IP_HEADER=192.168.100.50 +REAL_IP_HEADER= # IPs for nginx set_real_ip_from (CIDR list separated by commas) REAL_IP_FROM= @@ -163,7 +164,9 @@ REAL_IP_FROM= REJECT_UNLISTED_RECIPIENT=no # Log level threshold in start.py (value: CRITICAL, ERROR, WARNING, INFO, DEBUG, NOTSET) -LOG_LEVEL=WARNING +LOG_LEVEL=DEBUG + +TZ=Europe/Paris # If your CPU supports Advanced Vector Extensions # (AVX2 on x86_64, lrcpc on ARM64), you should consider enabling