mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
Merge pull request #356 from YunoHost-Apps/update-conf-to-upstream
Update config.json
This commit is contained in:
commit
31924116e9
1 changed files with 10 additions and 11 deletions
|
@ -254,11 +254,11 @@
|
||||||
"ShowFullName": true
|
"ShowFullName": true
|
||||||
},
|
},
|
||||||
"SupportSettings": {
|
"SupportSettings": {
|
||||||
"TermsOfServiceLink": "https://mattermost.com/terms-of-service/",
|
"TermsOfServiceLink": "https://mattermost.com/terms-of-use/",
|
||||||
"PrivacyPolicyLink": "https://mattermost.com/privacy-policy/",
|
"PrivacyPolicyLink": "https://mattermost.com/privacy-policy/",
|
||||||
"AboutLink": "https://about.mattermost.com/default-about/",
|
"AboutLink": "https://docs.mattermost.com/about/product.html/",
|
||||||
"HelpLink": "https://about.mattermost.com/default-help/",
|
"HelpLink": "https://mattermost.com/default-help/",
|
||||||
"ReportAProblemLink": "https://about.mattermost.com/default-report-a-problem/",
|
"ReportAProblemLink": "https://mattermost.com/default-report-a-problem/",
|
||||||
"SupportEmail": "",
|
"SupportEmail": "",
|
||||||
"CustomTermsOfServiceEnabled": false,
|
"CustomTermsOfServiceEnabled": false,
|
||||||
"CustomTermsOfServiceReAcceptancePeriod": 365,
|
"CustomTermsOfServiceReAcceptancePeriod": 365,
|
||||||
|
@ -419,8 +419,8 @@
|
||||||
"mmauthbeta://"
|
"mmauthbeta://"
|
||||||
],
|
],
|
||||||
"AppDownloadLink": "https://mattermost.com/download/#mattermostApps",
|
"AppDownloadLink": "https://mattermost.com/download/#mattermostApps",
|
||||||
"AndroidAppDownloadLink": "https://about.mattermost.com/mattermost-android-app/",
|
"AndroidAppDownloadLink": "https://mattermost.com/mattermost-android-app/",
|
||||||
"IosAppDownloadLink": "https://about.mattermost.com/mattermost-ios-app/"
|
"IosAppDownloadLink": "https://mattermost.com/mattermost-ios-app/"
|
||||||
},
|
},
|
||||||
"ClusterSettings": {
|
"ClusterSettings": {
|
||||||
"Enable": false,
|
"Enable": false,
|
||||||
|
@ -528,6 +528,9 @@
|
||||||
"ClientDirectory": "./client/plugins",
|
"ClientDirectory": "./client/plugins",
|
||||||
"Plugins": {},
|
"Plugins": {},
|
||||||
"PluginStates": {
|
"PluginStates": {
|
||||||
|
"com.mattermost.apps": {
|
||||||
|
"Enable": true
|
||||||
|
},
|
||||||
"com.mattermost.nps": {
|
"com.mattermost.nps": {
|
||||||
"Enable": true
|
"Enable": true
|
||||||
},
|
},
|
||||||
|
@ -572,27 +575,23 @@
|
||||||
"CloudDelinquentEmailJobsEnabled": false,
|
"CloudDelinquentEmailJobsEnabled": false,
|
||||||
"CollapsedThreads": true,
|
"CollapsedThreads": true,
|
||||||
"EnableRemoteClusterService": false,
|
"EnableRemoteClusterService": false,
|
||||||
"AppsEnabled": false,
|
"AppsEnabled": true,
|
||||||
"AppBarEnabled": false,
|
"AppBarEnabled": false,
|
||||||
"PluginPlaybooks": "",
|
"PluginPlaybooks": "",
|
||||||
"PluginApps": "",
|
"PluginApps": "",
|
||||||
"PluginFocalboard": "",
|
"PluginFocalboard": "",
|
||||||
"PermalinkPreviews": true,
|
"PermalinkPreviews": true,
|
||||||
"GlobalHeader": true,
|
|
||||||
"NewAccountNoisy": false,
|
"NewAccountNoisy": false,
|
||||||
"CallsMobile": false,
|
"CallsMobile": false,
|
||||||
"BoardsFeatureFlags": "",
|
"BoardsFeatureFlags": "",
|
||||||
"AddMembersToChannel": "top",
|
"AddMembersToChannel": "top",
|
||||||
"GuidedChannelCreation": false,
|
"GuidedChannelCreation": false,
|
||||||
"ResendInviteEmailInterval": "",
|
|
||||||
"InviteToTeam": "none",
|
"InviteToTeam": "none",
|
||||||
"CustomGroups": true,
|
"CustomGroups": true,
|
||||||
"InlinePostEditing": false,
|
|
||||||
"BoardsDataRetention": false,
|
"BoardsDataRetention": false,
|
||||||
"NormalizeLdapDNs": false,
|
"NormalizeLdapDNs": false,
|
||||||
"EnableInactivityCheckJob": true,
|
"EnableInactivityCheckJob": true,
|
||||||
"UseCaseOnboarding": true,
|
"UseCaseOnboarding": true,
|
||||||
"WorkspaceOptimizationDashboard": true,
|
|
||||||
"GraphQL": false
|
"GraphQL": false
|
||||||
},
|
},
|
||||||
"ImportSettings": {
|
"ImportSettings": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue