From ccb8ac857330e1ad3aee37b340e5c6e242ac1dd6 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sat, 4 Feb 2017 00:34:31 +0100 Subject: Make the streaming API also handle websockets (because trying to get the browser EventSource interface to work flawlessly was a nightmare). WARNING: This commit makes the web UI connect to the streaming API instead of ActionCable like before. This means that if you are upgrading, you should set that up beforehand. --- .env.production.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.env.production.sample') diff --git a/.env.production.sample b/.env.production.sample index 1a96775de..ef0af9d5c 100644 --- a/.env.production.sample +++ b/.env.production.sample @@ -43,5 +43,5 @@ SMTP_FROM_ADDRESS=notifications@example.com # Optional alias for S3 if you want to use Cloudfront or Cloudflare in front # S3_CLOUDFRONT_HOST= -# Optional Firebase Cloud Messaging API key -FCM_API_KEY= +# Streaming API integration +# STREAMING_API_BASE_URL= -- cgit