From ee0a7cb9cad2509383f44c783070cc84433348c2 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Sun, 27 May 2018 18:17:31 -0700 Subject: [PATCH] Document how to enable the push notifications service. --- docker-compose.yml | 2 ++ kubernetes/zulip-rc.yml | 3 +++ 2 files changed, 5 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index e4c718f..fd2a419 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -50,5 +50,7 @@ services: SETTING_EMAIL_USE_SSL: "False" SETTING_EMAIL_USE_TLS: "True" ZULIP_AUTH_BACKENDS: "EmailAuthBackend" + # Uncomment this when configuring the mobile push notifications service + # SETTING_PUSH_NOTIFICATION_BOUNCER_URL: 'https://push.zulipchat.com' volumes: - "/opt/docker/zulip/zulip:/data:rw" diff --git a/kubernetes/zulip-rc.yml b/kubernetes/zulip-rc.yml index 4ccbe95..5c7bd21 100644 --- a/kubernetes/zulip-rc.yml +++ b/kubernetes/zulip-rc.yml @@ -98,6 +98,9 @@ spec: value: "zulip" - name: SSL_CERTIFICATE_GENERATION value: "self-signed" + # Uncomment this when configuring the mobile push notifications service + # - name: PUSH_NOTIFICATION_BOUNCER_URL + # value: 'https://push.zulipchat.com' ports: - containerPort: 80 name: http