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

Change the default value of API_Embed to true

parent 1393cfe4
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,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', public: true }
RocketChat.settings.add 'API_Embed', true, { 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