1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-02-22 04:08:49 +00:00

[SOGo][Web] Set URL encryption key in mailcow.conf

This commit is contained in:
FreddleSpl0it
2025-09-22 12:58:05 +02:00
parent 260906e350
commit 610609378f
4 changed files with 12 additions and 6 deletions

View File

@@ -213,6 +213,7 @@ services:
- ALLOW_ADMIN_EMAIL_LOGIN=${ALLOW_ADMIN_EMAIL_LOGIN:-n}
- IPV4_NETWORK=${IPV4_NETWORK:-172.22.1}
- SOGO_EXPIRE_SESSION=${SOGO_EXPIRE_SESSION:-480}
- SOGO_URL_ENCRYPTION_KEY=${SOGO_URL_ENCRYPTION_KEY:-SOGoSuperSecret0}
- SKIP_SOGO=${SKIP_SOGO:-n}
- MASTER=${MASTER:-y}
- REDIS_SLAVEOF_IP=${REDIS_SLAVEOF_IP:-}