application.properties 777 B

1234567891011121314151617181920
  1. server.port=12092
  2. spring.application.name=pm_interface_5g
  3. logging.level.com.nokia=info
  4. ### xxl-job admin address list, such as "http://address" or "http://address01,http://address02"
  5. xxl.job.admin.addresses=http://192.168.10.7:8087/xxl-job-admin
  6. ### xxl-job, access token
  7. xxl.job.accessToken=
  8. ### xxl-job executor appname
  9. xxl.job.executor.appname=xxl-job-executor-sample2
  10. ### xxl-job executor registry-address: default use address to registry , otherwise use ip:port if address is null
  11. xxl.job.executor.address=
  12. ### xxl-job executor server-info
  13. xxl.job.executor.ip=
  14. xxl.job.executor.port=9999
  15. ### xxl-job executor log-path
  16. xxl.job.executor.logpath=/data1/pm_5g/pm5Glog/
  17. ### xxl-job executor log-retention-days
  18. xxl.job.executor.logretentiondays=30
  19. fiveg.pm.minInsertCount=10000