feat: force read-write for listener connection
This commit is contained in:
committed by
Steve Chavez
parent
3cf565614d
commit
7e61c9deb0
+1
-1
@@ -60,7 +60,7 @@ def replicaenv(defaultenv):
|
||||
"replica": {
|
||||
**defaultenv,
|
||||
**conf,
|
||||
"PGHOST": os.environ["PGREPLICAHOST"],
|
||||
"PGHOST": os.environ["PGREPLICAHOST"] + "," + os.environ["PGHOST"],
|
||||
"PGREPLICASLOT": os.environ["PGREPLICASLOT"],
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user