application-standAloneProd.yml 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. # 项目相关配置
  2. fdkk:
  3. # 文件路径 示例( Windows配置D:/fdkk/uploadPath,Linux配置 /home/fdkk/uploadPath)
  4. profile: ${PROFILE_PATH}
  5. #算法软件目录
  6. binPath: ${BIN_PATH}
  7. defaultFolder: datav1
  8. # 是否本地化部署:开启此项会使用minio文件管理
  9. isLocalization: true
  10. # 是否使用文件存储系统
  11. isBucket: false
  12. #是否使用软连接
  13. isLink: false
  14. #算法软件目录
  15. buildCallPath: ${BUILD_CALL_PATH}
  16. aliyun:
  17. oss:
  18. env: dev
  19. endpoint: "1"
  20. internal-endpoint: "1"
  21. access-key-id: "1"
  22. access-key-secret: "1"
  23. bucket: laser-data
  24. bucket-custom-domain:
  25. laser-data: 1
  26. minio:
  27. oss:
  28. env: dev
  29. minio-url: 1
  30. internal-minio-url: 1
  31. minio-name: 1
  32. minio-pass: 1
  33. bucket: laser-data
  34. bucket-custom-domain:
  35. laser-data: 1
  36. server:
  37. port: 9101
  38. servlet:
  39. context-path: /
  40. tomcat:
  41. max-http-form-post-size: -1
  42. spring:
  43. datasource:
  44. name: druidDataSource
  45. type: com.alibaba.druid.pool.DruidDataSource
  46. druid:
  47. druid:
  48. url: jdbc:mysql://127.0.0.1:3307/laser?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8
  49. username: root
  50. password: laser
  51. driver-class-name: com.mysql.cj.jdbc.Driver
  52. filters: stat,wall,config
  53. max-active: 100
  54. initial-size: 2
  55. max-wait: 60000
  56. min-idle: 1
  57. time-between-eviction-runs-millis: 60000
  58. min-evictable-idle-time-millis: 300000
  59. validation-query: select 'x'
  60. test-while-idle: true
  61. test-on-borrow: false
  62. test-on-return: false
  63. pool-prepared-statements: true
  64. max-open-prepared-statements: 50
  65. max-pool-prepared-statement-per-connection-size: 20
  66. redis:
  67. host: 127.0.0.1
  68. port: 16379
  69. timeout: 6000ms
  70. password:
  71. jedis:
  72. pool:
  73. max-active: 10 #连接池最大连接数(使用负值表示没有限制)
  74. max-idle: 10 # 连接池中的最大空闲连接
  75. min-idle: 5 # 连接池中的最小空闲连接
  76. max-wait: -1 # 连接池最大阻塞等待时间(使用负值表示没有限制)
  77. lettuce:
  78. shutdown-timeout: 0ms
  79. logging:
  80. config: classpath:logback-spring.xml
  81. fdkk:
  82. maxHistory: 1
  83. level: Info
  84. path: ${FDMGEA_HOME}/bin/log
  85. main:
  86. url: https://test.4dkankan.com
  87. scene:
  88. url: show.html?m=
  89. pro:
  90. url: showProMobile.html?m=
  91. new:
  92. url: smg.html?m=
  93. ##场景下载相关-----------------------------------------start
  94. zip:
  95. nThreads: 10
  96. path:
  97. v4school: ${PROFILE_PATH}v4local
  98. v3school:
  99. source-local: ${PROFILE_PATH}offlinev4/%s/%s
  100. zip-root: wwwroot/
  101. zip-local: ${PROFILE_PATH}offlinev4/%s.zip
  102. zip-oss: downloads/scenes/%s.zip
  103. download:
  104. config:
  105. public-url: http://127.0.0.1
  106. resource-url:
  107. exe-name: start-browser.bat
  108. exe-content: | # | 表示不转义特殊字符
  109. taskkill /f /t /im http.exe
  110. start http://127.0.0.1:5001/spg.html?m=%s^&lang=%s
  111. http.exe -nc -p 5001 -r wwwroot
  112. exe-content-v3: | # | 表示不转义特殊字符
  113. taskkill /f /t /im http.exe
  114. start http://127.0.0.1:5001/spc.html?m=%s^&lang=%s
  115. http.exe -nc -p 5001 -r wwwroot
  116. url:
  117. v3:
  118. getInfo:
  119. ##场景下载相关-----------------------------------------end
  120. inner:
  121. customToken: