Add two missing bot settings to default.json (#10867)

* Add two missing bot settings to default.json

`DisableBotsWhenOwnerIsDeactivated` was added to model/config.go by 06b579d18a (diff-2279f86634da3f787f279961af76713a)

`EnableBotAccountCreation` was added to model/config.go by 30061df036 (diff-2279f86634da3f787f279961af76713a)

* Update default.json

* Update diagnostics_test.go

* Revert accidental commit
Этот коммит содержится в:
Jason Blais
2019-05-17 12:38:55 -04:00
коммит произвёл Christopher Speller
родитель 6d1ac00330
Коммит fc672e988c

Просмотреть файл

@@ -77,7 +77,9 @@
"DisableLegacyMFA": true,
"EnableEmailInvitations": false,
"ExperimentalLdapGroupSync": false,
"ExperimentalStrictCSRFEnforcement": false
"ExperimentalStrictCSRFEnforcement": false,
"CreateBotAccounts": false,
"DisableBotsWhenOwnerIsDeactivated": true
},
"TeamSettings": {
"SiteName": "Mattermost",