1234567891011121314151617181920 |
- server.port=12092
- spring.application.name=pm_interface_5g
- logging.level.com.nokia=info
- ### xxl-job admin address list, such as "http://address" or "http://address01,http://address02"
- xxl.job.admin.addresses=http://192.168.10.7:8087/xxl-job-admin
- ### xxl-job, access token
- xxl.job.accessToken=
- ### xxl-job executor appname
- xxl.job.executor.appname=xxl-job-executor-sample2
- ### xxl-job executor registry-address: default use address to registry , otherwise use ip:port if address is null
- xxl.job.executor.address=
- ### xxl-job executor server-info
- xxl.job.executor.ip=
- xxl.job.executor.port=9999
- ### xxl-job executor log-path
- xxl.job.executor.logpath=/data1/pm_5g/pm5Glog/
- ### xxl-job executor log-retention-days
- xxl.job.executor.logretentiondays=30
- fiveg.pm.minInsertCount=10000
|