application-product.properties 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # web服务端口号
  2. server.port=12129
  3. # log配置
  4. logging.level.root=info
  5. #logging.level.com.nokia=debug
  6. # 正式环境数据源GP数据库配置
  7. spring.datasource.driver-class-name=org.postgresql.Driver
  8. spring.datasource.url=jdbc:postgresql://192.168.70.136:9999/ts_acl
  9. spring.datasource.username=ts_acl
  10. spring.datasource.password=gC5jP3oM1tQ8
  11. task.ssh-host=192.168.70.130
  12. task.ssh-port=22
  13. task.ssh-username=do
  14. task.ssh-password=Richr00t
  15. task.source-dir=/data1/esbftp/top_user/
  16. task.download-dir=download/
  17. task.distinct-filename=top-user.csv
  18. task.min-insert-count=1
  19. task.import-script=import.sh
  20. task.db-host=192.168.70.136
  21. task.db-port=9999
  22. task.db-username=ts_acl
  23. task.db-password=gC5jP3oM1tQ8
  24. task.db-name=ts_acl
  25. task.db-table=sqmdb_rpt.acl_top_user
  26. task.timeout=5
  27. ### xxl-job admin address list, such as "http://address" or "http://address01,http://address02"
  28. xxl.job.admin.addresses=http://192.168.10.7:8087/xxl-job-admin
  29. ### xxl-job, access token
  30. xxl.job.accessToken=
  31. ### xxl-job executor appname
  32. xxl.job.executor.appname=acl-tousu-prod
  33. ### xxl-job executor registry-address: default use address to registry , otherwise use ip:port if address is null
  34. xxl.job.executor.address=
  35. ### xxl-job executor server-info
  36. xxl.job.executor.ip=
  37. xxl.job.executor.port=9998
  38. ### xxl-job executor log-path
  39. xxl.job.executor.logpath=./log/xxl/
  40. ### xxl-job executor log-retention-days
  41. xxl.job.executor.logretentiondays=30