Skip to content

Commit 84ea804

Browse files
author
chenyunliang520
committed
Update GaussDB_master_standby_readme.md to replace hardcoded password
1 parent 06f40c6 commit 84ea804

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

example/GaussDB_master_standby_readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
运行程序
1717

1818
```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"
2020
python cluster_ha_showcase.py "$DSN"
2121
```
2222

@@ -160,7 +160,7 @@ python cluster_ha_showcase.py "$DSN"
160160
运行程序
161161

162162
```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"
164164
python cluster_ha_showcase.py "$DSN"
165165
```
166166

@@ -323,7 +323,7 @@ python cluster_ha_showcase.py "$DSN"
323323
运行程序
324324

325325
```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"
327327
python cluster_ha_showcase.py "$DSN"
328328
```
329329

@@ -490,7 +490,7 @@ python cluster_ha_showcase.py "$DSN"
490490
运行程序
491491

492492
```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"
494494
python cluster_ha_showcase.py "$DSN"
495495
```
496496

0 commit comments

Comments
 (0)