|
|
|
@ -62,21 +62,21 @@ austin.rabbitmq.exchange.name=austin.point
|
|
|
|
|
|
|
|
|
|
########################################## xxl start ##########################################
|
|
|
|
|
xxl.job.admin.addresses=http://${austin.xxl.job.ip:austin-xxl-job}:${austin.xxl.job.port:8080}/xxl-job-admin
|
|
|
|
|
xxl.job.admin.username=admin
|
|
|
|
|
xxl.job.admin.password=123456
|
|
|
|
|
xxl.job.executor.appname=austin
|
|
|
|
|
xxl.job.executor.jobHandlerName=austinJob
|
|
|
|
|
xxl.job.admin.username=${austin.xxl.job.username:admin}
|
|
|
|
|
xxl.job.admin.password=${austin.xxl.job.password:123456}
|
|
|
|
|
xxl.job.executor.appname=${austin.xxl.job.executor.appname:austin}
|
|
|
|
|
xxl.job.executor.jobHandlerName=${austin.xxl.job.executor.jobHandlerName:austinJob}
|
|
|
|
|
xxl.job.executor.ip=
|
|
|
|
|
xxl.job.executor.port=6666
|
|
|
|
|
xxl.job.executor.port=${austin.xxl.executor.port:6666}
|
|
|
|
|
xxl.job.executor.logpath=logs/xxl
|
|
|
|
|
xxl.job.executor.logretentiondays=30
|
|
|
|
|
xxl.job.accessToken=
|
|
|
|
|
xxl.job.accessToken=${austin.xxl.job.accessToken:}
|
|
|
|
|
########################################## xxl end ##########################################
|
|
|
|
|
|
|
|
|
|
########################################## apollo start ##########################################
|
|
|
|
|
app.id=austin
|
|
|
|
|
apollo.bootstrap.enabled=${austin.apollo.enabled}
|
|
|
|
|
apollo.bootstrap.namespaces=boss.austin,dynamic-tp-apollo-dtp.yml
|
|
|
|
|
apollo.bootstrap.namespaces=${austin.default.apollo.namespace:boss.austin},dynamic-tp-apollo-dtp.yml
|
|
|
|
|
########################################## apollo end ##########################################
|
|
|
|
|
|
|
|
|
|
########################################## nacos start ##########################################
|
|
|
|
@ -84,17 +84,22 @@ nacos.config.server-addr=${austin.nacos.addr.ip:austin-nacos}:${austin.nacos.add
|
|
|
|
|
nacos.config.username=${austin.nacos.username:nacos}
|
|
|
|
|
nacos.config.password=${austin.nacos.password:nacos}
|
|
|
|
|
nacos.config.namespace=${austin.nacos.namespace:7df088cb-2221-4f8d-8ce5-b37e96055ad8}
|
|
|
|
|
nacos.config.enabled=${austin.nacos.enabled}
|
|
|
|
|
|
|
|
|
|
nacos.data-id=${austin.nacos.dataId:austin}
|
|
|
|
|
nacos.group=${austin.nacos.group:DEFAULT_GROUP}
|
|
|
|
|
nacos.config.enabled=${austin.nacos.enabled}
|
|
|
|
|
########################################## nacos end ##########################################
|
|
|
|
|
|
|
|
|
|
########################################## rule Engine start ##########################################
|
|
|
|
|
hades.main.config.enabled=${austin.rule.engine.enabled:false}
|
|
|
|
|
hades.main.config.file-name=hades
|
|
|
|
|
hades.main.config.group-name=hades
|
|
|
|
|
hades.main.config.file-name=${austin.rule.engine.file-name:hades}
|
|
|
|
|
hades.main.config.group-name=${austin.rule.engine.group-name:hades}
|
|
|
|
|
########################################## rule Engine end ##########################################
|
|
|
|
|
|
|
|
|
|
########################################## log start ##########################################
|
|
|
|
|
austin.graylog.ip=${austin.graylog:austin-graylog}
|
|
|
|
|
########################################## log end ##########################################
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
########################################## httpUtils start ##########################################
|
|
|
|
|
ok.http.connect-timeout=30
|
|
|
|
@ -117,6 +122,3 @@ management.health.rabbit.enabled=false
|
|
|
|
|
server.shutdown=graceful
|
|
|
|
|
########################################## system end ##########################################
|
|
|
|
|
|
|
|
|
|
########################################## log start ##########################################
|
|
|
|
|
austin.graylog.ip=${austin.graylog:austin-graylog}
|
|
|
|
|
########################################## log end ##########################################
|