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
94335546ea
commit
80b44b314a
1 changed files with 3 additions and 3 deletions
|
@ -144,7 +144,7 @@
|
||||||
},
|
},
|
||||||
"SqlSettings": {
|
"SqlSettings": {
|
||||||
"DriverName": "mysql",
|
"DriverName": "mysql",
|
||||||
"DataSource": "mysql://__DB_USER__:__DB_PASS__@tcp(localhost:3306)/__DB_NAME__?charset=utf8mb4,utf8",
|
"DataSource": "__DB_USER__:__DB_PASS__@tcp(localhost:3306)/__DB_NAME__?charset=utf8mb4,utf8",
|
||||||
"DataSourceReplicas": [],
|
"DataSourceReplicas": [],
|
||||||
"DataSourceSearchReplicas": [],
|
"DataSourceSearchReplicas": [],
|
||||||
"MaxIdleConns": 20,
|
"MaxIdleConns": 20,
|
||||||
|
@ -361,8 +361,8 @@
|
||||||
"EnableDaily": false
|
"EnableDaily": false
|
||||||
},
|
},
|
||||||
"LocalizationSettings": {
|
"LocalizationSettings": {
|
||||||
"DefaultServerLocale": "en",
|
"DefaultServerLocale": "__LANGUAGE__",
|
||||||
"DefaultClientLocale": "en",
|
"DefaultClientLocale": "__LANGUAGE__",
|
||||||
"AvailableLocales": ""
|
"AvailableLocales": ""
|
||||||
},
|
},
|
||||||
"SamlSettings": {
|
"SamlSettings": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue