Commit 798b133e authored by 张世鸣's avatar 张世鸣
Browse files

fix #2481

parent 8b3036a3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -27,6 +27,9 @@ dbhost="192.168.xx.xx:3306"
# db username
username="xx"

# database name
dbname="dolphinscheduler"

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