|
16 | 16 | 运行程序 |
17 | 17 |
|
18 | 18 | ```bash |
19 | | -export DSN="dbname=postgres user=root password=Audaque@123 host=192.168.2.154,192.168.2.35,192.168.2.113 port=8000,8000,8000" |
| 19 | +export DSN="dbname=postgres user=root password=YourPassword host=192.168.2.154,192.168.2.35,192.168.2.113 port=8000,8000,8000" |
20 | 20 | python cluster_ha_showcase.py "$DSN" |
21 | 21 | ``` |
22 | 22 |
|
@@ -160,7 +160,7 @@ python cluster_ha_showcase.py "$DSN" |
160 | 160 | 运行程序 |
161 | 161 |
|
162 | 162 | ```bash |
163 | | -export DSN="dbname=postgres user=root password=Audaque@123 host=192.168.2.154,192.168.2.35,192.168.2.113 port=8000,8000,8000" |
| 163 | +export DSN="dbname=postgres user=root password=YourPassword host=192.168.2.154,192.168.2.35,192.168.2.113 port=8000,8000,8000" |
164 | 164 | python cluster_ha_showcase.py "$DSN" |
165 | 165 | ``` |
166 | 166 |
|
@@ -323,7 +323,7 @@ python cluster_ha_showcase.py "$DSN" |
323 | 323 | 运行程序 |
324 | 324 |
|
325 | 325 | ```bash |
326 | | -export DSN="dbname=postgres user=root password=Audaque@123 host=192.168.2.154,192.168.2.35,192.168.2.113,192.168.2.34,192.168.2.245,192.168.2.73 port=8000,8000,8000,8000,8000,8000" |
| 326 | +export DSN="dbname=postgres user=root password=YourPassword host=192.168.2.154,192.168.2.35,192.168.2.113,192.168.2.34,192.168.2.245,192.168.2.73 port=8000,8000,8000,8000,8000,8000" |
327 | 327 | python cluster_ha_showcase.py "$DSN" |
328 | 328 | ``` |
329 | 329 |
|
@@ -490,7 +490,7 @@ python cluster_ha_showcase.py "$DSN" |
490 | 490 | 运行程序 |
491 | 491 |
|
492 | 492 | ```bash |
493 | | -export DSN="dbname=postgres user=root password=Audaque@123 host=192.168.2.154,192.168.2.35,192.168.2.113,192.168.2.34,192.168.2.245,192.168.2.73 port=8000,8000,8000,8000,8000,8000" |
| 493 | +export DSN="dbname=postgres user=root password=YourPassword host=192.168.2.154,192.168.2.35,192.168.2.113,192.168.2.34,192.168.2.245,192.168.2.73 port=8000,8000,8000,8000,8000,8000" |
494 | 494 | python cluster_ha_showcase.py "$DSN" |
495 | 495 | ``` |
496 | 496 |
|
|
0 commit comments