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