Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
iClear-Connect-Pre-Clearance
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
tao.mo
2024-12-18 18:03:35 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
81a12e1a53c7d83b88b9464b5f696a29c3266534
81a12e1a
1 parent
de606188
task-schedule | 修改 | 配置文件调整
mt 2024年12月18日18:03:30
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
46 additions
and
0 deletions
server/task-schedule/src/main/resources/application-prod.yml
server/task-schedule/src/main/resources/application-test.yml
server/task-schedule/src/main/resources/application-uat.yml
server/task-schedule/src/main/resources/application-prod.yml
View file @
81a12e1
...
...
@@ -16,6 +16,21 @@ export:
sendObRetry
:
0 0/3 * * * ?
#发送邮件到预清关组
pushConFile
:
0 0/5 * * * ?
#文件清理任务
fileClean
:
0 1 * * *
mail
:
smtp
:
host
:
mapper.gslb.fedex.com
port
:
25
needauth
:
true
proxy
:
startFlag
:
true
host
:
sg2-proxy.apac.fedex.com
port
:
3128
mailAccountFlag
:
false
sendEmail
:
account
:
password
:
rpc
:
url
:
rpcKafkaReceive1
:
https://pjea0179.prod.apac.fedex.com:9002/icleartwkafka/rpcKafka/rpcKafkaReceive
...
...
server/task-schedule/src/main/resources/application-test.yml
View file @
81a12e1
...
...
@@ -16,6 +16,22 @@ export:
sendObRetry
:
0 0/1 * * * ?
#发送邮件到预清关组
pushConFile
:
0 0/1 * * * ?
#文件清理任务
fileClean
:
0 1 * * *
mail
:
smtp
:
host
:
smtp.qiye.aliyun.com
port
:
25
needauth
:
true
proxy
:
startFlag
:
false
host
:
sin-proxy.apac.fedex.com
port
:
3128
mailAccountFlag
:
true
sendEmail
:
account
:
tao.mo@erry.com
password
:
xiaozhen!1
rpc
:
url
:
rpcKafkaReceive1
:
http://47.103.140.98:7010/icleartwkafka/rpcKafka/rpcKafkaReceive
...
...
server/task-schedule/src/main/resources/application-uat.yml
View file @
81a12e1
...
...
@@ -16,6 +16,21 @@ export:
sendObRetry
:
0 0/3 * * * ?
#发送邮件到预清关组
pushConFile
:
0 0/5 * * * ?
#文件清理任务
fileClean
:
0 1 * * *
mail
:
smtp
:
host
:
mapper.gslb.fedex.com
port
:
25
needauth
:
true
proxy
:
startFlag
:
true
host
:
sg2-proxy.apac.fedex.com
port
:
3128
mailAccountFlag
:
false
sendEmail
:
account
:
password
:
rpc
:
url
:
rpcKafkaReceive1
:
http://ujea0145.nonprod.apac.fedex.com:9001/icleartwkafka/rpcKafka/rpcKafkaReceive
...
...
Please
register
or
login
to post a comment