Fix setting value

pull/6256/head
Rodrigo Nascimento 9 years ago
parent a8cb970c96
commit 6024057d91
  1. 4
      packages/rocketchat-lib/server/startup/settings.coffee

@ -89,8 +89,8 @@ RocketChat.settings.addGroup 'OAuth', ->
@add 'Accounts_OAuth_Twitter_callback_url', '_oauth/twitter', { type: 'relativeUrl', readonly: true, force: true, enableQuery: enableQuery }
@section 'Proxy', ->
@add 'Accounts_OAuth_Proxy_host', '', { type: 'string', public: true }
@add 'Accounts_OAuth_Proxy_services', 'https://oauth-proxy.rocket.chat', { type: 'string', public: true }
@add 'Accounts_OAuth_Proxy_host', 'https://oauth-proxy.rocket.chat', { type: 'string', public: true }
@add 'Accounts_OAuth_Proxy_services', '', { type: 'string', public: true }
RocketChat.settings.addGroup 'General', ->

Loading…
Cancel
Save