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

Make setting API_Embed public

parent a02754a0
No related branches found
Tags 6.3.0-rc.10
No related merge requests found
......@@ -5,7 +5,7 @@ Meteor.startup ->
RocketChat.settings.addGroup 'API'
RocketChat.settings.add 'API_Analytics', '', { type: 'string', group: 'API', public: true }
RocketChat.settings.add 'API_Embed', '', { type: 'boolean', group: 'API' }
RocketChat.settings.add 'API_Embed', '', { type: 'boolean', group: 'API', public: true }
RocketChat.settings.addGroup 'SMTP'
RocketChat.settings.add 'SMTP_Host', '', { type: 'string', group: 'SMTP' }
......
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