Try new event_host proxy pass strategy

This commit is contained in:
2025-08-30 12:20:48 -05:00
parent 381a7feb08
commit 73f430eadf
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
if Rails.env.development?
Qwaiter.event_host = "http://localhost:9296/faye"
else
Qwaiter.event_host = "https://events.mozo.bar:9296/faye"
Qwaiter.event_host = "https://events.mozo.bar/faye"
end
Qwaiter.broadcaster = Qwaiter::Broadcaster::Faye.new