Unverified Commit 50fcc492 authored by hcz's avatar hcz Committed by GitHub
Browse files

Fix typo (#3230)

parent b6a0d559
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -27,12 +27,13 @@ dbhost="192.168.xx.xx:3306"
# db username
username="xx"

# db password
# NOTICE: if there are special characters, please use the \ to escape, for example, `[` escape to `\[`
password="xx"

# database name
dbname="dolphinscheduler"

# db passwprd
# NOTICE: if there are special characters, please use the \ to escape, for example, `[` escape to `\[`
password="xx"

# zk cluster
zkQuorum="192.168.xx.xx:2181,192.168.xx.xx:2181,192.168.xx.xx:2181"