Make work on Fedora M1 and use faye on http for development

This commit is contained in:
2025-08-29 13:54:43 -05:00
parent 948a787bea
commit 6b02c05a99
8 changed files with 61 additions and 49 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
if Rails.env.development?
Qwaiter.event_host = "https://localhost:9296/faye"
Qwaiter.event_host = "http://localhost:9296/faye"
else
Qwaiter.event_host = "https://events.mozo.bar:9296/faye"
end