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:
commit
702a6da453
1 changed files with 11 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue