Drop IPv6 for travis
This commit is contained in:
@@ -18,12 +18,12 @@
|
||||
#VERSION=master
|
||||
|
||||
# Set to a randomly generated 16 bytes string
|
||||
SECRET_KEY=QDHY5C0EME3YBI2W
|
||||
SECRET_KEY=XVDDSWOAGVF5J9QJ
|
||||
|
||||
# Address where listening ports should bind
|
||||
# This variables are now set directly in `docker-compose.yml by the setup utility
|
||||
# PUBLIC_IPV4= 127.0.0.1 (default: 127.0.0.1)
|
||||
# PUBLIC_IPV6= ::1 (default: ::1)
|
||||
# PUBLIC_IPV6= (default: ::1)
|
||||
|
||||
# Main mail domain
|
||||
DOMAIN=mailu.io
|
||||
@@ -35,7 +35,7 @@ HOSTNAMES=mail.mailu.io
|
||||
POSTMASTER=admin
|
||||
|
||||
# Choose how secure connections will behave (value: letsencrypt, cert, notls, mail, mail-letsencrypt)
|
||||
TLS_FLAVOR=letsencrypt
|
||||
TLS_FLAVOR=cert
|
||||
|
||||
# Authentication rate limit (per source IP address)
|
||||
AUTH_RATELIMIT=10/minute;1000/hour
|
||||
|
||||
Reference in New Issue
Block a user