updates for new development env
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
OmniAuth.config.full_host = Rails.env.production? ? 'https://www.mozo.bar' : 'https://www.mozo.local'
|
||||
OmniAuth.config.full_host = Rails.env.production? ? 'https://www.mozo.bar' : 'https://localhost:3002'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user