From f5bb40670426fa030aed6316ee21f1f73f4d6dd2 Mon Sep 17 00:00:00 2001 From: Jah Seng Lee Date: Sat, 27 Apr 2024 16:34:30 +0900 Subject: [PATCH] Try something else dumb --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index d0b34a5..10287b4 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -42,7 +42,7 @@ # Mount Action Cable outside main process or domain. # config.action_cable.mount_path = nil - config.action_cable.url = "wss://nomad-station-production-4284b123c815.herokuapp.com/cable" + config.action_cable.url = "wss://round-tomato-aaucx01kk0pnqsa92tssrxd7.herokudns.com/cable" # config.action_cable.allowed_request_origins = [ "http://example.com", /http:\/\/example.*/ ] # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.