杭州市委办项管
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.

244 lines
7.4KB

  1. server:
  2. port: 38888
  3. servlet:
  4. context-path: /pm
  5. spring:
  6. mvc:
  7. pathmatch:
  8. matching-strategy: ant_path_matcher
  9. session:
  10. store-type: redis
  11. redis:
  12. namespace: "spring:session"
  13. redis:
  14. timeout: 5000
  15. host: localhost
  16. port: 6379
  17. database: 0
  18. password: Ndkj1234
  19. jedis:
  20. pool:
  21. max-active: 200
  22. max-idle: 500
  23. min-idle: 8
  24. max-wait: 10000
  25. application:
  26. name: pm
  27. jackson:
  28. default-property-inclusion: non_null
  29. time-zone: GMT+8
  30. date-format: yyyy-MM-dd HH:mm:ss
  31. jpa:
  32. properties:
  33. hibernate:
  34. default_schema: PUBLIC
  35. hbm2ddl:
  36. auto: update
  37. show_sql: true
  38. show-sql: true
  39. hibernate:
  40. ddl-auto: update
  41. datasource:
  42. type: com.zaxxer.hikari.HikariDataSource
  43. driverClassName: com.kingbase8.Driver
  44. url: jdbc:kingbase8://10.53.168.41:54321/nd_project_management?zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8&nullCatalogMeansCurrent=true
  45. username: SYSTEM
  46. password: Ndkj1234
  47. # 数据源
  48. hikari:
  49. # 是客户端等待连接池连接的最大毫秒数
  50. connection-timeout: 30000
  51. # 是允许连接在连接池中空闲的最长时间
  52. minimum-idle: 10
  53. # 配置最大池大小
  54. maximum-pool-size: 20
  55. # 是允许连接在连接池中空闲的最长时间(以毫秒为单位)
  56. idle-timeout: 60000
  57. # 池中连接关闭后的最长生命周期(以毫秒为单位)
  58. max-lifetime: 600000
  59. # 配置从池返回的连接的默认自动提交行为。默认值为true。
  60. auto-commit: true
  61. # 开启连接监测泄露
  62. leak-detection-threshold: 5000
  63. # 测试连接数据库
  64. connection-test-query: SELECT 1
  65. #设置上传 单个文件的大小
  66. servlet:
  67. multipart:
  68. max-file-size: 100MB
  69. max-request-size: 150MB
  70. mybatis-plus:
  71. configuration:
  72. log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  73. global-config:
  74. db-config:
  75. logic-delete-value: true
  76. logic-not-delete-value: false
  77. logging:
  78. config: classpath:logback-spring.xml
  79. #日志配置
  80. level:
  81. root: info
  82. file:
  83. path: logs
  84. nd:
  85. cache:
  86. type: REDIS
  87. serializerType: ProtoStuff
  88. cacheNullVal: true
  89. def:
  90. keyPrefix: pm
  91. log:
  92. enabled: true
  93. type: DB
  94. # 文件存储
  95. file:
  96. storage-type: ALI_OSS
  97. ali:
  98. protocol: http://
  99. bucket: projectmangmentoss
  100. urlPrefix: oss-cn-lishui-gov-d01-a.ops.lsdx-zw.gov.cn
  101. endpoint: oss-cn-lishui-gov-d01-a.ops.lsdx-zw.gov.cn
  102. accessKeyId: XS3kNLtfW5i41SaC
  103. accessKeySecret: 2cywvSZWANml7pZXxRAeAiHfisIhqm
  104. # 日志文件配置
  105. log:
  106. path: ./logs
  107. info:
  108. file-size: 50MB
  109. max-size: 5
  110. total-size: 200MB
  111. error:
  112. file-size: 10MB
  113. max-size: 5
  114. total-size: 50MB
  115. swagger:
  116. enabled: true
  117. flowable:
  118. async-executor-activate: true
  119. #关闭一些不需要的功能服务
  120. rest-api-enabled: false
  121. # database-schema-update: false
  122. idm:
  123. enabled: false
  124. common:
  125. enabled: false
  126. dmn:
  127. enabled: false
  128. form:
  129. enabled: false
  130. app:
  131. enabled: false
  132. wflow:
  133. file:
  134. max-size: 20 #最大文件上传大小,MB
  135. sa-token:
  136. # token 名称 (同时也是cookie名称)
  137. token-name: wflowToken
  138. # token 有效期,单位s 默认30天, -1代表永不过期
  139. timeout: 172800
  140. # token 临时有效期 (指定时间内无操作就视为token过期) 单位: 秒
  141. activity-timeout: -1
  142. # 是否允许同一账号并发登录 (为true时允许一起登录, 为false时新登录挤掉旧登录)
  143. is-concurrent: true
  144. # 在多人登录同一账号时,是否共用一个token (为true时所有登录共用一个token, 为false时每次登录新建一个token)
  145. is-share: false
  146. # token风格
  147. token-style: uuid
  148. # 是否输出操作日志
  149. is-log: false
  150. #浙政钉公司顶级organizationCode
  151. organization:
  152. dept-visible-scopes:
  153. - GO_c1a6f8d5338e4a468337b08da76e2e31
  154. yxt:
  155. wsdl-url: classpath:wsdl-prod.xml
  156. #账号
  157. user-code: Lssdsjj
  158. #密码
  159. password: Lssdsjj@2021
  160. #音信通开关
  161. sms-enable: true
  162. tel-enable: true
  163. #省局联审 请求信息
  164. provincial:
  165. host: https://pms.zj.gov.cn/prometheus-zhejiang_foreign
  166. pushUrl: /api/v1/foreign/importantPro
  167. detailUrl: /api/v1/foreign/importantProView
  168. domainUrl: /api/v1/foreign/dominantUnit
  169. key: b5b2096953534a53991be4ea95f8cffa
  170. secret: 1bec9b77134d4962ac466fbe9696b897
  171. # host: http://223.4.72.75/prometheus-zhejiang_foreign
  172. # pushUrl: /api/v1/foreign/importantPro
  173. # detailUrl: /api/v1/foreign/importantProView
  174. # key: b5b2096953534a53991be4ea95f8cffa
  175. # secret: 1bec9b77134d4962ac466fbe9696b897
  176. #天印服务器接口信息
  177. irs:
  178. is-search-app: true
  179. digital-resource-indicators:
  180. url: https://interface.zjzwfw.gov.cn/gateway/api/proxy/001003001029/dataSharing/99E2bic31KdXzaa7.htm
  181. interfaceName: 99E2bic31KdXzaa7
  182. app-key: A331101453557202109017383
  183. app-secret: 496f0f2a19994f76b4fd9dae087366c7
  184. seal-platform:
  185. project-id: 330001110
  186. project-secret: 70e512d40c8f440484db4acab181570a
  187. access-key: 42bcb49bea174986a3bfdfba7d005566
  188. secret-key: bebff29877d4443abd67fc4f8fb335d8
  189. api-url: https://bcdsg.zj.gov.cn:8443/restapi/prod/IC33000020220309000004/seal-platform/seal/v1/rest/sign/signPdf
  190. app-report:
  191. url: https://bcdsg.zj.gov.cn:8443/restapi/prod/IC33000020230427000001/irs-res-bill/report/pdfUrl
  192. appScret: BCDSGS_4ab4235d26a9a357170a39f3a13fd68c
  193. appKey: BCDSGA_d874c8e46b541eb4e8aac6510fd3351b
  194. push-app:
  195. url: https://interface.zjzwfw.gov.cn/gateway/api/proxy/001003001029/dataSharing/94wbaL1I1Pbz0648.htm
  196. appScret: 496f0f2a19994f76b4fd9dae087366c7
  197. appKey: A331101453557202109017383
  198. search-app:
  199. url: https://interface.zjzwfw.gov.cn/gateway/api/001003001029/dataSharing/XS8daav3bcemZ3Ra.htm
  200. appScret: 496f0f2a19994f76b4fd9dae087366c7
  201. appKey: A331101453557202109017383
  202. province-gov:
  203. can-search: true
  204. url: https://interface.zjzwfw.gov.cn/gateway/api/proxy/001003001029/dataSharing/62vd5jAdM0b7Gr00.htm
  205. interfaceName: 62vd5jAdM0b7Gr00
  206. appSecret: 496f0f2a19994f76b4fd9dae087366c7
  207. appKey: A331101453557202109017383
  208. push-project-detail:
  209. url: https://interface.zjzwfw.gov.cn/gateway/api/proxy/001003001029/dataSharing/3XN9R93Pva6db7sf.htm
  210. interfaceName: 3XN9R93Pva6db7sf
  211. appSecret: 496f0f2a19994f76b4fd9dae087366c7
  212. appKey: A331101453557202109017383
  213. core-biz:
  214. url: https://interface.zjzwfw.gov.cn/gateway/api/001008012012001/dataSharing/Fc3re2cq7r64Qfa7.htm
  215. interfaceName: Fc3re2cq7r64Qfa7
  216. appSecret: 496f0f2a19994f76b4fd9dae087366c7
  217. appKey: A331101453557202109017383
  218. interface-refresh:
  219. method: POST
  220. request-token-url: http://interface.zjzwfw.gov.cn/gateway/app/refreshTokenByKey.htm
  221. refresh-token-url: http://interface.zjzwfw.gov.cn/gateway/app/refreshTokenBySec.htm
  222. interface-local-refresh:
  223. method: GET
  224. request-token-url: https://interface.ls.local/a/api/requestTokenKey?appKey={appKey}&requestTime={requestTime}&sign={sign}
  225. refresh-token-url: https://interface.ls.local/a/api/refreshTokenKey?appKey={appKey}&requestTime={requestTime}&sign={sign}
  226. hostname: iZ6mx01asxnsmennpzoxooZ
  227. project:
  228. push-url: http://10.53.168.41:38088/open/api/v1/project-receive/save
  229. no-effective-url: http://10.53.168.41:38088/open/api/v1/project-receive/not-effective
  230. delete-all-url: http://10.53.168.41:38088/open/api/v1/project-receive/delete-all
  231. login:
  232. phone-verify-code:
  233. skip: true
  234. url: http://60.188.225.145:8080/login