Increase dataX environment variable, sslTrust default value (#2555)
* add LoginTest license * Delete useless packages * e2e add project and workflow case * e2e add project and workflow case * e2e add project and workflow case * e2e add project and workflow case * e2e add project and workflow case * e2e add project and workflow case * e2e add project and workflow case * e2e add project and workflow case * e2e add project and workflow case * e2e add project and workflow case * e2e add project and workflow case * e2e add project and workflow case * Update worker_group_id to worker_group in init.sql * Update worker_group_id to worker_group in init.sql * Update worker_group_id to worker_group * Increase dataX environment variable, sslTrust default value Co-authored-by: chenxingchun <438044805@qq.com>pull/2/head
parent
fd79be39a9
commit
7a100086b7
|
|
@ -63,7 +63,8 @@ mailPassword="xxxxxxxxxx"
|
|||
# TLS mail protocol support
|
||||
starttlsEnable="false"
|
||||
|
||||
sslTrust="xxxxxxxxxx"
|
||||
#note: sslTrust is the same as mailServerHost
|
||||
sslTrust="smtp.exmail.qq.com"
|
||||
|
||||
# SSL mail protocol support
|
||||
# note: The SSL protocol is enabled by default.
|
||||
|
|
|
|||
|
|
@ -23,4 +23,6 @@ export PYTHON_HOME=/opt/soft/python
|
|||
export JAVA_HOME=/opt/soft/java
|
||||
export HIVE_HOME=/opt/soft/hive
|
||||
export FLINK_HOME=/opt/soft/flink
|
||||
export PATH=$HADOOP_HOME/bin:$SPARK_HOME1/bin:$SPARK_HOME2/bin:$PYTHON_HOME:$JAVA_HOME/bin:$HIVE_HOME/bin:$PATH:$FLINK_HOME/bin:$PATH
|
||||
export DATAX_HOME=/opt/soft/dataX
|
||||
|
||||
export PATH=$HADOOP_HOME/bin:$SPARK_HOME1/bin:$SPARK_HOME2/bin:$PYTHON_HOME:$JAVA_HOME/bin:$HIVE_HOME/bin:$PATH:$FLINK_HOME/bin:$DATAX_HOME/bin:$PATH
|
||||
|
|
|
|||
Loading…
Reference in New Issue