|
@@ -2,8 +2,7 @@ server:
|
|
|
port: 8091
|
|
|
spring:
|
|
|
profiles:
|
|
|
- # active: @activatedProperties@
|
|
|
- active: prod
|
|
|
+ active: @activatedProperties@
|
|
|
# log config
|
|
|
logging:
|
|
|
config: classpath:logback.xml
|
|
@@ -12,10 +11,10 @@ xxl:
|
|
|
job:
|
|
|
accessToken:
|
|
|
executor:
|
|
|
- appname: xxl-job-executor-sample
|
|
|
+ appname: xxl-job-executor
|
|
|
port: 9998
|
|
|
ip:
|
|
|
logpath: /data/applogs/xxl-job/jobhandler
|
|
|
logretentiondays: 30
|
|
|
admin:
|
|
|
- addresses: http://127.0.0.1:8090/xxl-job-admin
|
|
|
+ addresses: http://39.106.184.70:8090/xxl-job-admin
|