1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mattermost_ynh.git synced 2024-09-03 19:36:29 +02:00

Merge pull request #318 from YunoHost-Apps/Config.json

This commit is contained in:
Pierre de La Morinerie 2021-12-05 08:53:25 +01:00 committed by GitHub
commit 702a6da453
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,6 +82,7 @@
"EnableBotAccountCreation": false,
"EnableSVGs": false,
"EnableLatex": false,
"EnableInlineLatex": true,
"EnableAPIChannelDeletion": false,
"EnableLocalMode": true,
"LocalModeSocketLocation": "__LOCAL_SOCKET_PATH__",
@ -512,7 +513,8 @@
},
"JobSettings": {
"RunJobs": true,
"RunScheduler": true
"RunScheduler": true,
"CleanupJobsThresholdDays": -1
},
"PluginSettings": {
"Enable": true,
@ -571,10 +573,15 @@
"PluginPlaybooks": "",
"PluginApps": "",
"PluginFocalboard": "",
"TimedDND": false,
"PermalinkPreviews": 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": {
"Directory": "./import",
@ -584,4 +591,4 @@
"Directory": "./export",
"RetentionDays": 30
}
}
}