mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
fix
This commit is contained in:
parent
e4d1ea846c
commit
fb1e2c9006
@ -1657,7 +1657,7 @@ class ClickHouseInstance:
|
|||||||
"UserName": "postgres",
|
"UserName": "postgres",
|
||||||
"Password": "mysecretpassword",
|
"Password": "mysecretpassword",
|
||||||
"Port": str(self.cluster.postgres_port),
|
"Port": str(self.cluster.postgres_port),
|
||||||
"Servername": self.cluster.postgres_ip,
|
"Servername": self.cluster.postgres_host,
|
||||||
"Protocol": "9.3",
|
"Protocol": "9.3",
|
||||||
"ReadOnly": "No",
|
"ReadOnly": "No",
|
||||||
"RowVersioning": "No",
|
"RowVersioning": "No",
|
||||||
|
Loading…
Reference in New Issue
Block a user