parent
db067b7151
commit
a7a38e4669
@ -1,36 +1,30 @@
|
||||
# web port
|
||||
server:
|
||||
port: ${server.port}
|
||||
#port: 8081
|
||||
port: 8081
|
||||
|
||||
# log config
|
||||
logging:
|
||||
config: classpath:logback.xml
|
||||
path: ${data.path}/applogs/executor/jobhandler
|
||||
#path: ./data/applogs/executor/jobhandler
|
||||
path: ./data/applogs/executor/jobhandler
|
||||
|
||||
datax:
|
||||
job:
|
||||
admin:
|
||||
### datax admin address list, such as "http://address" or "http://address01,http://address02"
|
||||
#addresses: http://127.0.0.1:8080
|
||||
addresses: http://127.0.0.1:${datax.admin.port}
|
||||
addresses: http://127.0.0.1:8080
|
||||
executor:
|
||||
appname: datax-executor
|
||||
ip:
|
||||
#port: 9999
|
||||
port: ${executor.port:9999}
|
||||
port: 9999
|
||||
### job log path
|
||||
#logpath: ./data/applogs/executor/jobhandler
|
||||
logpath: ${data.path}/applogs/executor/jobhandler
|
||||
logpath: ./data/applogs/executor/jobhandler
|
||||
### job log retention days
|
||||
logretentiondays: 30
|
||||
### job, access token
|
||||
accessToken:
|
||||
|
||||
executor:
|
||||
#jsonpath: D:\\temp\\executor\\json\\
|
||||
jsonpath: ${json.path}
|
||||
# 这里需要填写什么?
|
||||
jsonpath: D:\\temp\\executor\\json\\
|
||||
|
||||
#pypath: F:\tools\datax\bin\datax.py
|
||||
pypath: ${python.path}
|
||||
pypath: /usr/local/datax/core/src/main/bin/datax.py
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue