application-test.properties 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. server.port=12092
  2. spring.application.name=pm_interface_5g
  3. # log配置
  4. logging.level.com.nokia=debug
  5. ### xxl-job admin address list, such as "http://address" or "http://address01,http://address02"
  6. xxl.job.admin.addresses=http://192.168.10.7:8087/xxl-job-admin
  7. ### xxl-job, access token
  8. xxl.job.accessToken=
  9. ### xxl-job executor appname
  10. xxl.job.executor.appname=pm5g-test
  11. ### xxl-job executor registry-address: default use address to registry , otherwise use ip:port if address is null
  12. xxl.job.executor.address=
  13. ### xxl-job executor server-info
  14. xxl.job.executor.ip=
  15. xxl.job.executor.port=10001
  16. ### xxl-job executor log-path
  17. xxl.job.executor.logpath=./log/xxl/
  18. ### xxl-job executor log-retention-days
  19. xxl.job.executor.logretentiondays=30
  20. task.ssh-host=10.17.180.55
  21. task.ssh-port=22
  22. task.ssh-username=nokia
  23. task.ssh-password=Nokia*123
  24. task.source-dir=/data/out2/pm_5g_hour/
  25. task.download-dir=download/
  26. task.file-prefix=pm_5g_hour_
  27. task.distinct-dir=distinct/
  28. task.min-insert-count=10000
  29. task.import-script=import.sh
  30. task.db-host=192.168.50.5
  31. task.db-port=5432
  32. task.db-username=sqmdb
  33. task.db-password=sqmdb_1QAZ
  34. task.db-name=sqmmt
  35. task.db-table=tsfx.dw_sa_omc_ci_h
  36. task.timeout=5