Fixes to the old veresion env vars

This commit is contained in:
Alexander Trost
2015-10-21 15:06:18 +02:00
parent a6ca3a24cd
commit 0dc25e2bc9
2 changed files with 11 additions and 8 deletions

View File

@@ -51,7 +51,7 @@ docker run \
-e "ZULIP_USER_DOMAIN=example.com" \
-e "ZULIP_AUTH_BACKENDS_EmailAuthBackend=EmailAuthBackend" \
-e "ZULIP_SECRETS_email_password=12345" \
-e "ZULIP_SECRETS_rabbitmq_password=zulip" \
-e "ZULIP_SECRETS_RABBITMQ_PASS=zulip" \
-e "ZULIP_SETTINGS_EXTERNAL_HOST=example.com" \
-e "ZULIP_SETTINGS_ZULIP_ADMINISTRATOR=admin@example.com" \
-e "ZULIP_SETTINGS_ADMIN_DOMAIN=example.com" \