You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
909 B
36 lines
909 B
2 months ago
|
# web port
|
||
|
server:
|
||
|
port: ${server.port}
|
||
|
#port: 8081
|
||
|
|
||
|
# log config
|
||
|
logging:
|
||
|
config: classpath:logback.xml
|
||
|
path: ${data.path}/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}
|
||
|
executor:
|
||
|
appname: datax-executor
|
||
|
ip:
|
||
|
#port: 9999
|
||
|
port: ${executor.port:9999}
|
||
|
### job log path
|
||
|
#logpath: ./data/applogs/executor/jobhandler
|
||
|
logpath: ${data.path}/applogs/executor/jobhandler
|
||
|
### job log retention days
|
||
|
logretentiondays: 30
|
||
|
### job, access token
|
||
|
accessToken:
|
||
|
|
||
|
executor:
|
||
|
#jsonpath: D:\\temp\\executor\\json\\
|
||
|
jsonpath: ${json.path}
|
||
|
|
||
|
#pypath: F:\tools\datax\bin\datax.py
|
||
|
pypath: ${python.path}
|