updates for new development env

This commit is contained in:
2021-04-30 15:22:16 -05:00
parent d64772bdfc
commit cf7f5d0f16
8 changed files with 15 additions and 9 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
if Rails.env.development?
Qwaiter.event_host = "https://events.mozo.local:9296/faye"
Qwaiter.event_host = "https://localhost:9296/faye"
else
Qwaiter.event_host = "https://events.mozo.bar:9296/faye"
end