diff --git a/config/environments/production.rb b/config/environments/production.rb index b186bd1..d0b34a5 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://socket.nomadstation.io/cable" + config.action_cable.url = "wss://nomad-station-production-4284b123c815.herokuapp.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.