From c0891ab5671f00a6dde0158fea9194776959b983 Mon Sep 17 00:00:00 2001 From: qiaozhanwei Date: Sat, 9 Nov 2019 15:55:16 +0800 Subject: [PATCH] dockerfile email address change (#1194) * add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml * .escheduler_env.sh to dolphinscheduler_env.sh * dao yml assembly to conf directory * table name modify * entity title table name modify * logback log name modify * running through the big process * running through the big process error modify * logback log name modify * data_source.properties rename * logback log name modify * install.sh optimization * install.sh optimization * command count modify * command state update * countCommandState sql update * countCommandState sql update * remove application.yml file * master.properties modify * install.sh modify * install.sh modify * api server startup modify * the current user quits and the session is completely emptied. bug fix * remove pom package resources * checkQueueNameExist method update * checkQueueExist * install.sh error output update * signOut error update * ProcessDao is null bug fix * install.sh add mail.user * request url variables replace * process define import bug fix * process define import export bug fix * processdefine import export bug fix * down log suffix format modify * import export process define contains crontab error bug fix * add Flink local mode * ProcessDao is null bug fix * loadAverage display problem bug fix * MasterServer rename Server * rollback .env * rollback .env * MasterServer rename Server * the task is abnormal and task is running bug fix * owners and administrators can delete * dockerfile optimization * dockerfile optimization * dockerfile optimization * remove application-alert.properties * task log print worker log bug fix * remove .escheduler_env.sh * change dockerfile email address * dockerfile dao application.properties and install.sh modify * application.properties modify * application.properties modify * dockerfile startup.sh modify * remove docs * nginx conf modify * dockerfile application.properties modify * dockerfile email address change --- .../conf/dolphinscheduler/conf/alert.properties | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/dockerfile/conf/dolphinscheduler/conf/alert.properties b/dockerfile/conf/dolphinscheduler/conf/alert.properties index 92df2c5b51..64ab4f14bf 100644 --- a/dockerfile/conf/dolphinscheduler/conf/alert.properties +++ b/dockerfile/conf/dolphinscheduler/conf/alert.properties @@ -3,22 +3,23 @@ alert.type=EMAIL # mail server configuration mail.protocol=SMTP -mail.server.host=smtp.office365.com -mail.server.port=587 -mail.sender=dolphinscheduler_beijing@outlook.com -mail.user=dolphinscheduler_beijing@outlook.com -mail.passwd=eschedulerBJEG +mail.server.host=smtp.126.com +mail.server.port= +mail.sender=dolphinscheduler@126.com +mail.user=dolphinscheduler@126.com +mail.passwd=escheduler123 # TLS -mail.smtp.starttls.enable=true +mail.smtp.starttls.enable=false # SSL -mail.smtp.ssl.enable=false -mail.smtp.ssl.trust=smtp.office365.com +mail.smtp.ssl.enable=true +mail.smtp.ssl.trust=smtp.126.com #xls file path,need create if not exist xls.file.path=/tmp/xls # Enterprise WeChat configuration +enterprise.wechat.enable=false enterprise.wechat.corp.id=xxxxxxx enterprise.wechat.secret=xxxxxxx enterprise.wechat.agent.id=xxxxxxx