mirror of
https://github.com/coltoneshaw/CS-Repro-Mattermost.git
synced 2025-12-23 18:11:34 +01:00
fixed some replica config settings
This commit is contained in:
8
files/mattermost/replicaConfig.json
Normal file
8
files/mattermost/replicaConfig.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"SqlSettings": {
|
||||
"DataSourceReplicas": [
|
||||
"postgres://mmuser:mmuser_password@cs-repro-postgres-replica-1:5432/mattermost?sslmode=disable&connect_timeout=10&binary_parameters=yes",
|
||||
"postgres://mmuser:mmuser_password@cs-repro-postgres-replica-2:5432/mattermost?sslmode=disable&connect_timeout=10&binary_parameters=yes"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user