Unverified Commit bfee8cf7 authored by Julian Raufelder's avatar Julian Raufelder Committed by GitHub
Browse files

Provide streaming API base URL (#24)

parent 44c36b82
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
# This identifies your server and cannot be changed safely later
# ----------
LOCAL_DOMAIN=mastodon.example.com
STREAMING_API_BASE_URL=wss://mastodon-streaming.example.com

# Redis
# -----
+3 −0
Original line number Diff line number Diff line
@@ -401,6 +401,7 @@ services:
      SMTP_PASSWORD: ''
      SMTP_PORT: '587'
      SMTP_SERVER: smtp.mailgun.org
      STREAMING_API_BASE_URL: wss://mastodon-streaming.example.com
      VAPID_PRIVATE_KEY: ''
      VAPID_PUBLIC_KEY: ''
    healthcheck:
@@ -481,6 +482,7 @@ services:
      SMTP_PASSWORD: ''
      SMTP_PORT: '587'
      SMTP_SERVER: smtp.mailgun.org
      STREAMING_API_BASE_URL: wss://mastodon-streaming.example.com
      VAPID_PRIVATE_KEY: ''
      VAPID_PUBLIC_KEY: ''
    image: tootsuite/mastodon
@@ -521,6 +523,7 @@ services:
      SMTP_PASSWORD: ''
      SMTP_PORT: '587'
      SMTP_SERVER: smtp.mailgun.org
      STREAMING_API_BASE_URL: wss://mastodon-streaming.example.com
      VAPID_PRIVATE_KEY: ''
      VAPID_PUBLIC_KEY: ''
    healthcheck: