This is an automated email from the ASF dual-hosted git repository.

lidongdai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 50fcc49  Fix typo (#3230)
50fcc49 is described below

commit 50fcc492c1649720b8f20e8f750808fa4ca7c199
Author: hcz <[email protected]>
AuthorDate: Fri Jul 17 14:26:46 2020 +0800

    Fix typo (#3230)
---
 .../src/main/resources/config/install_config.conf             | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git 
a/dolphinscheduler-server/src/main/resources/config/install_config.conf 
b/dolphinscheduler-server/src/main/resources/config/install_config.conf
index eeff030..6da5fbe 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"

Reply via email to