Skip to content
Snippets Groups Projects
Unverified Commit aaa0a1cb authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Turn setting CDN_PREFIX public

parent e301d0e8
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ RocketChat.settings.addGroup 'General', ->
@add 'Language', '', { type: 'language', public: true }
@add 'Allow_Invalid_SelfSigned_Certs', false, { type: 'boolean' }
@add 'Favorite_Rooms', true, { type: 'boolean', public: true }
@add 'CDN_PREFIX', '', { type: 'string' }
@add 'CDN_PREFIX', '', { type: 'string', public: true }
@add 'Force_SSL', false, { type: 'boolean', public: true }
@add 'GoogleTagManager_id', '', { type: 'string', public: true }
@add 'Bugsnag_api_key', '', { type: 'string', public: false }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment