Allow for a custom hub server
This commit is contained in:
parent
8e7dcbac8f
commit
393f49f224
|
@ -42,7 +42,7 @@ module DiscourseHub
|
||||||
|
|
||||||
def self.hub_base_url
|
def self.hub_base_url
|
||||||
if Rails.env.production?
|
if Rails.env.production?
|
||||||
'https://api.discourse.org/api'
|
ENV['HUB_BASE_URL'] || 'https://api.discourse.org/api'
|
||||||
else
|
else
|
||||||
ENV['HUB_BASE_URL'] || 'http://local.hub:3000/api'
|
ENV['HUB_BASE_URL'] || 'http://local.hub:3000/api'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue