mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 02:22:40 +08:00
Allow for a custom hub server
This commit is contained in:

committed by
GitHub

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
|
||||||
|
Reference in New Issue
Block a user