1
0
Fork 0
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:
Éric Gaspar 2022-06-22 11:22:21 +02:00
parent 48516f8dcb
commit e12dac5bfd
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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,