1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-05-02 02:25:12 +02:00
# Conflicts:
#	management/dns_update.py
#	management/web_update.py
#	tests/test_mail.py
This commit is contained in:
downtownallday
2021-05-15 22:35:48 -04:00
16 changed files with 192 additions and 134 deletions

View File

@@ -5,6 +5,7 @@ export PRIMARY_HOSTNAME=${PRIMARY_HOSTNAME:-$(hostname --fqdn || hostname)}
export NONINTERACTIVE=${NONINTERACTIVE:-1}
export SKIP_NETWORK_CHECKS=${SKIP_NETWORK_CHECKS:-1}
export SKIP_SYSTEM_UPDATE=${SKIP_SYSTEM_UPDATE:-1}
export SKIP_CERTBOT=${SKIP_CERTBOT:-1}
export STORAGE_USER="${STORAGE_USER:-user-data}"
export STORAGE_ROOT="${STORAGE_ROOT:-/home/$STORAGE_USER}"
export EMAIL_ADDR="${EMAIL_ADDR:-qa@abc.com}"