1
0
Fork 0
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:
ericgaspar 2021-12-03 23:25:41 +01:00
parent e86192b7a6
commit 982af69b0c
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -82,6 +82,7 @@
"EnableBotAccountCreation": false, "EnableBotAccountCreation": false,
"EnableSVGs": false, "EnableSVGs": false,
"EnableLatex": false, "EnableLatex": false,
"EnableInlineLatex": true,
"EnableAPIChannelDeletion": false, "EnableAPIChannelDeletion": false,
"EnableLocalMode": true, "EnableLocalMode": true,
"LocalModeSocketLocation": "__LOCAL_SOCKET_PATH__", "LocalModeSocketLocation": "__LOCAL_SOCKET_PATH__",
@ -512,7 +513,8 @@
}, },
"JobSettings": { "JobSettings": {
"RunJobs": true, "RunJobs": true,
"RunScheduler": true "RunScheduler": true,
"CleanupJobsThresholdDays": -1
}, },
"PluginSettings": { "PluginSettings": {
"Enable": true, "Enable": true,
@ -571,10 +573,15 @@
"PluginPlaybooks": "", "PluginPlaybooks": "",
"PluginApps": "", "PluginApps": "",
"PluginFocalboard": "", "PluginFocalboard": "",
"TimedDND": false,
"PermalinkPreviews": true, "PermalinkPreviews": true,
"GlobalHeader": true, "GlobalHeader": true,
"AddChannelButton": "by_team_name" "AddChannelButton": "by_team_name",
"PrewrittenMessages": "tour_point",
"DownloadAppsCTA": "tips_and_next_steps",
"NewAccountNoisy": false,
"BoardsUnfurl": true,
"CallsMobile": false,
"AutoTour": "none"
}, },
"ImportSettings": { "ImportSettings": {
"Directory": "./import", "Directory": "./import",
@ -584,4 +591,4 @@
"Directory": "./export", "Directory": "./export",
"RetentionDays": 30 "RetentionDays": 30
} }
} }