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
108d451281
commit
b319105339
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,7 @@
|
|||
"CorsDebug": false,
|
||||
"AllowCookiesForSubdomains": false,
|
||||
"ExtendSessionLengthWithActivity": true,
|
||||
"TerminateSessionsOnPasswordChange": true,
|
||||
"SessionLengthWebInDays": 30,
|
||||
"SessionLengthWebInHours": 720,
|
||||
"SessionLengthMobileInDays": 30,
|
||||
|
@ -504,6 +505,7 @@
|
|||
},
|
||||
"ElasticsearchSettings": {
|
||||
"ConnectionURL": "http://localhost:9200",
|
||||
"Backend": "elasticsearch",
|
||||
"Username": "elastic",
|
||||
"Password": "changeme",
|
||||
"EnableIndexing": false,
|
||||
|
|
Loading…
Add table
Reference in a new issue