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
33af20c197
commit
b79943e6d8
1 changed files with 16 additions and 1 deletions
|
@ -229,7 +229,22 @@
|
||||||
"AmazonS3SignV2": false,
|
"AmazonS3SignV2": false,
|
||||||
"AmazonS3SSE": false,
|
"AmazonS3SSE": false,
|
||||||
"AmazonS3Trace": false,
|
"AmazonS3Trace": false,
|
||||||
"AmazonS3RequestTimeoutMilliseconds": 30000
|
"AmazonS3RequestTimeoutMilliseconds": 30000,
|
||||||
|
"DedicatedExportStore": false,
|
||||||
|
"ExportDriverName": "local",
|
||||||
|
"ExportDirectory": "./data/",
|
||||||
|
"ExportAmazonS3AccessKeyId": "",
|
||||||
|
"ExportAmazonS3SecretAccessKey": "",
|
||||||
|
"ExportAmazonS3Bucket": "",
|
||||||
|
"ExportAmazonS3PathPrefix": "",
|
||||||
|
"ExportAmazonS3Region": "",
|
||||||
|
"ExportAmazonS3Endpoint": "s3.amazonaws.com",
|
||||||
|
"ExportAmazonS3SSL": true,
|
||||||
|
"ExportAmazonS3SignV2": false,
|
||||||
|
"ExportAmazonS3SSE": false,
|
||||||
|
"ExportAmazonS3Trace": false,
|
||||||
|
"ExportAmazonS3RequestTimeoutMilliseconds": 30000,
|
||||||
|
"ExportAmazonS3PresignExpiresSeconds": 21600
|
||||||
},
|
},
|
||||||
"EmailSettings": {
|
"EmailSettings": {
|
||||||
"EnableSignUpWithEmail": true,
|
"EnableSignUpWithEmail": true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue