北斗定位
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 lines
1.8KB

  1. server.port=8105
  2. logging.config=classpath:log/logback-spring.xml
  3. logging.level.com.telpo.dipperposition.service.impl=DEBUG
  4. logging.level.com.telpo.dipperposition.service.mapper=DEBUG
  5. spring.application.name=dipperposition-service
  6. spring.redis.database=1
  7. spring.redis.host=172.19.42.45
  8. #8090
  9. spring.redis.port=6389
  10. spring.redis.password=telpo#1234
  11. spring.redis.timeout=3000
  12. spring.redis.lettuce.pool.max-active=100
  13. # 连接池最大连接数(使用负值表示没有限制)
  14. spring.redis.lettuce.pool.max-idle=100
  15. # 连接池中的最大空闲连接
  16. spring.redis.lettuce.pool.min-idle=50
  17. # 连接池中的最小空闲连接
  18. spring.redis.lettuce.pool.max-wait=6000
  19. # 连接池最大阻塞等待时间(使用负值表示没有限制)
  20. spring.data.mongodb.host=172.19.42.45
  21. spring.data.mongodb.port=27017
  22. spring.data.mongodb.database=common
  23. spring.data.mongodb.username=wangjx
  24. spring.data.mongodb.password=wangjx#1234
  25. position-server.serverAddr=172.19.42.45
  26. position-server.timeAsycPort=9011
  27. position-server.posAsycPort=9013
  28. position-server.starsAsycPort=9012
  29. #等待任务完成退出最大秒数
  30. scheduler.pool.size=2
  31. scheduler.pool.await-seconds=600
  32. scheduler.task.cron=0 */30 * * * *
  33. pos.ipPositionRequestPath=https://restapi.amap.com/v3/ip
  34. pos.ipPositionRequestKey=46eb0eba39494a6e9a90a0dc9e76639e
  35. pos.centerProvince=湖北省
  36. pos.astServer=agnss.techtotop.com
  37. pos.astPosAstPort=8012
  38. pos.astEphAstHexPort=9012
  39. pos.astTimeout=30000
  40. OkHttp-config.pool.max-conn=200
  41. OkHttp-config.pool.keep-alive=5
  42. OkHttp-config.read-timeout=10
  43. OkHttp-config.conn-timeout=10
  44. OkHttp-config.write-timeout=10
  45. async.pool.corePoolSize=4
  46. async.pool.maxPoolSize=8
  47. async.pool.queueCapacity=5000
  48. mongo.datasource.dblist.uri=mongodb://wangjx:wangjx#1234@172.19.42.45:27017/common
  49. mongo.datasource.dblist.database=common