|
@@ -48,35 +48,10 @@ installPath="/data1_1T/dolphinscheduler"
|
|
|
# Note: the deployment user needs to have sudo privileges and permissions to operate hdfs. If hdfs is enabled, the root directory needs to be created by itself
|
|
|
deployUser="dolphinscheduler"
|
|
|
|
|
|
-
|
|
|
# alert config
|
|
|
-# mail server host
|
|
|
-mailServerHost="smtp.exmail.qq.com"
|
|
|
-
|
|
|
-# mail server port
|
|
|
-# note: Different protocols and encryption methods correspond to different ports, when SSL/TLS is enabled, make sure the port is correct.
|
|
|
-mailServerPort="25"
|
|
|
-
|
|
|
-# sender
|
|
|
-mailSender="xxxxxxxxxx"
|
|
|
-
|
|
|
-# user
|
|
|
-mailUser="xxxxxxxxxx"
|
|
|
-
|
|
|
-# sender password
|
|
|
-# note: The mail.passwd is email service authorization code, not the email login password.
|
|
|
-mailPassword="xxxxxxxxxx"
|
|
|
-
|
|
|
-# TLS mail protocol support
|
|
|
-starttlsEnable="true"
|
|
|
-
|
|
|
-# SSL mail protocol support
|
|
|
-# only one of TLS and SSL can be in the true state.
|
|
|
-sslEnable="false"
|
|
|
-
|
|
|
-#note: sslTrust is the same as mailServerHost
|
|
|
-sslTrust="smtp.exmail.qq.com"
|
|
|
-
|
|
|
+# alert plugin dir
|
|
|
+# Note: find and load the Alert Plugin Jar from this dir.
|
|
|
+alertPluginDir="/data1_1T/dolphinscheduler/lib/plugin/alert"
|
|
|
|
|
|
# resource storage type:HDFS,S3,NONE
|
|
|
resourceStorageType="NONE"
|