Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:RocketChat/Rocket.Chat into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloschmidt committed Mar 17, 2016
2 parents d07ba6a + 8887f05 commit b79a08a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ RocketChat.settings.get 'Site_Url', (key, value) ->

if Meteor.isServer
RocketChat.hostname = url.parse(value).hostname

process.env.MOBILE_ROOT_URL = value
process.env.MOBILE_DDP_URL = value
# WebAppInternals.generateBoilerplate()

0 comments on commit b79a08a

Please sign in to comment.