diff --git a/dolphinscheduler-server/src/main/resources/config/install_config.conf b/dolphinscheduler-server/src/main/resources/config/install_config.conf index eeff0308b1809c383549f7d06c9e095095cd7dbe..6da5fbed55186c5fc860f258843b2065130fb0c4 100644 --- a/dolphinscheduler-server/src/main/resources/config/install_config.conf +++ b/dolphinscheduler-server/src/main/resources/config/install_config.conf @@ -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 dbtype="mysql" @@ -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" @@ -137,4 +138,4 @@ alertServer="ds3" # run api machine # note: list of machine hostnames for deploying api server -apiServers="ds1" \ No newline at end of file +apiServers="ds1"