From 31b43c461c55d1d14b63480df1aee40b46304fb3 Mon Sep 17 00:00:00 2001 From: Julian Raufelder Date: Sun, 1 May 2022 20:57:05 +0200 Subject: [PATCH] Provide streaming API base URL --- mastodon/.env.production | 1 + 1 file changed, 1 insertion(+) diff --git a/mastodon/.env.production b/mastodon/.env.production index ec046bd..3755458 100644 --- a/mastodon/.env.production +++ b/mastodon/.env.production @@ -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 # -----