mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
Update config.json
This commit is contained in:
parent
ec03b49b23
commit
ad9e551b5f
1 changed files with 6 additions and 5 deletions
|
@ -106,7 +106,8 @@
|
||||||
"ManagedResourcePaths": "",
|
"ManagedResourcePaths": "",
|
||||||
"EnableCustomGroups": true,
|
"EnableCustomGroups": true,
|
||||||
"SelfHostedPurchase": true,
|
"SelfHostedPurchase": true,
|
||||||
"AllowSyncedDrafts": true
|
"AllowSyncedDrafts": true,
|
||||||
|
"UniqueEmojiReactionLimitPerPost": 50
|
||||||
},
|
},
|
||||||
"TeamSettings": {
|
"TeamSettings": {
|
||||||
"SiteName": "Mattermost",
|
"SiteName": "Mattermost",
|
||||||
|
@ -293,7 +294,7 @@
|
||||||
"SupportSettings": {
|
"SupportSettings": {
|
||||||
"TermsOfServiceLink": "https://mattermost.com/pl/terms-of-use/",
|
"TermsOfServiceLink": "https://mattermost.com/pl/terms-of-use/",
|
||||||
"PrivacyPolicyLink": "https://mattermost.com/pl/privacy-policy/",
|
"PrivacyPolicyLink": "https://mattermost.com/pl/privacy-policy/",
|
||||||
"AboutLink": "https://mattermost.com/pl/about-mattermomst",
|
"AboutLink": "https://mattermost.com/pl/about-mattermost",
|
||||||
"HelpLink": "https://mattermost.com/pl/help/",
|
"HelpLink": "https://mattermost.com/pl/help/",
|
||||||
"ReportAProblemLink": "https://mattermost.com/pl/report-a-bug",
|
"ReportAProblemLink": "https://mattermost.com/pl/report-a-bug",
|
||||||
"ForgotPasswordLink": "",
|
"ForgotPasswordLink": "",
|
||||||
|
@ -594,8 +595,7 @@
|
||||||
},
|
},
|
||||||
"DisplaySettings": {
|
"DisplaySettings": {
|
||||||
"CustomURLSchemes": [],
|
"CustomURLSchemes": [],
|
||||||
"MaxMarkdownNodes": 0,
|
"MaxMarkdownNodes": 0
|
||||||
"ExperimentalTimezone": true
|
|
||||||
},
|
},
|
||||||
"GuestAccountsSettings": {
|
"GuestAccountsSettings": {
|
||||||
"Enable": false,
|
"Enable": false,
|
||||||
|
@ -629,7 +629,8 @@
|
||||||
"DeprecateCloudFree": false,
|
"DeprecateCloudFree": false,
|
||||||
"CloudReverseTrial": false,
|
"CloudReverseTrial": false,
|
||||||
"EnableExportDirectDownload": false,
|
"EnableExportDirectDownload": false,
|
||||||
"StreamlinedMarketplace": true
|
"StreamlinedMarketplace": true,
|
||||||
|
"ConsumePostHook": false
|
||||||
},
|
},
|
||||||
"ImportSettings": {
|
"ImportSettings": {
|
||||||
"Directory": "./import",
|
"Directory": "./import",
|
||||||
|
|
Loading…
Add table
Reference in a new issue