|
|
@ -16,7 +16,7 @@ |
|
|
|
# |
|
|
|
# |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# NOTICE : If the following config has special characters in the variable `.*[]^${}\+?|()@#&`, Please escape, for example, `[` escape to `\[` |
|
|
|
# NOTICE: If the following config has special characters in the variable `.*[]^${}\+?|()@#&`, Please escape, for example, `[` escape to `\[` |
|
|
|
# postgresql or mysql |
|
|
|
# postgresql or mysql |
|
|
|
dbtype="mysql" |
|
|
|
dbtype="mysql" |
|
|
|
|
|
|
|
|
|
|
@ -27,12 +27,13 @@ dbhost="192.168.xx.xx:3306" |
|
|
|
# db username |
|
|
|
# db username |
|
|
|
username="xx" |
|
|
|
username="xx" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# db password |
|
|
|
|
|
|
|
# NOTICE: if there are special characters, please use the \ to escape, for example, `[` escape to `\[` |
|
|
|
|
|
|
|
password="xx" |
|
|
|
|
|
|
|
|
|
|
|
# database name |
|
|
|
# database name |
|
|
|
dbname="dolphinscheduler" |
|
|
|
dbname="dolphinscheduler" |
|
|
|
|
|
|
|
|
|
|
|
# db passwprd |
|
|
|
|
|
|
|
# NOTICE: if there are special characters, please use the \ to escape, for example, `[` escape to `\[` |
|
|
|
|
|
|
|
password="xx" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# zk cluster |
|
|
|
# zk cluster |
|
|
|
zkQuorum="192.168.xx.xx:2181,192.168.xx.xx:2181,192.168.xx.xx:2181" |
|
|
|
zkQuorum="192.168.xx.xx:2181,192.168.xx.xx:2181,192.168.xx.xx:2181" |
|
|
|