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
48516f8dcb
commit
e12dac5bfd
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@
|
|||
},
|
||||
"SqlSettings": {
|
||||
"DriverName": "postgres",
|
||||
"DataSource": "postgres://__DB_USER__:__DB_PWD__@tcp(localhost:5432)/__DB_NAME__?sslmode=disable&connect_timeout=10",
|
||||
"DataSource": "postgres://__DB_USER__:__DB_PWD__@localhost:5432/__DB_NAME__?sslmode=disable&connect_timeout=10",
|
||||
"DataSourceReplicas": [],
|
||||
"DataSourceSearchReplicas": [],
|
||||
"MaxIdleConns": 20,
|
||||
|
|
Loading…
Reference in a new issue