mirror of
https://github.com/discourse/discourse.git
synced 2025-08-21 19:11:18 +08:00
Allow for a custom hub server
This commit is contained in:
parent
8e7dcbac8f
commit
393f49f224
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ module DiscourseHub
|
|||
|
||||
def self.hub_base_url
|
||||
if Rails.env.production?
|
||||
'https://api.discourse.org/api'
|
||||
ENV['HUB_BASE_URL'] || 'https://api.discourse.org/api'
|
||||
else
|
||||
ENV['HUB_BASE_URL'] || 'http://local.hub:3000/api'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue