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

243 lines
7.3KB

  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. timeout: 864000
  14. redis:
  15. timeout: 5000
  16. host: 47.98.125.47
  17. port: 26379
  18. database: 4
  19. password: Ndkj1234
  20. jedis:
  21. pool:
  22. max-active: 200
  23. max-idle: 500
  24. min-idle: 8
  25. max-wait: 10000
  26. application:
  27. name: pm
  28. jackson:
  29. default-property-inclusion: non_null
  30. time-zone: GMT+8
  31. date-format: yyyy-MM-dd HH:mm:ss
  32. jpa:
  33. properties:
  34. hibernate:
  35. default_schema: PUBLIC
  36. hbm2ddl:
  37. auto: update
  38. show_sql: true
  39. show-sql: true
  40. hibernate:
  41. ddl-auto: update
  42. datasource:
  43. type: com.zaxxer.hikari.HikariDataSource
  44. driverClassName: com.kingbase8.Driver
  45. url: jdbc:kingbase8://120.26.44.207:54321/nd_project_management?zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8
  46. username: SYSTEM
  47. password: Ndkj1234
  48. # 数据源
  49. hikari:
  50. # 是客户端等待连接池连接的最大毫秒数
  51. connection-timeout: 30000
  52. # 是允许连接在连接池中空闲的最长时间
  53. minimum-idle: 5
  54. # 配置最大池大小
  55. maximum-pool-size: 20
  56. # 是允许连接在连接池中空闲的最长时间(以毫秒为单位)
  57. idle-timeout: 60000
  58. # 池中连接关闭后的最长生命周期(以毫秒为单位)
  59. max-lifetime: 600000
  60. # 配置从池返回的连接的默认自动提交行为。默认值为true。
  61. auto-commit: true
  62. # 开启连接监测泄露
  63. leak-detection-threshold: 5000
  64. # 测试连接数据库
  65. connection-test-query: SELECT 1
  66. #设置上传 单个文件的大小
  67. servlet:
  68. multipart:
  69. max-file-size: 100MB
  70. max-request-size: 150MB
  71. mybatis-plus:
  72. configuration:
  73. log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  74. global-config:
  75. db-config:
  76. logic-delete-value: true
  77. logic-not-delete-value: false
  78. logging:
  79. config: classpath:logback-spring.xml
  80. #日志配置
  81. level:
  82. root: info
  83. file:
  84. path: logs
  85. nd:
  86. cache:
  87. type: REDIS
  88. serializerType: ProtoStuff
  89. cacheNullVal: true
  90. def:
  91. keyPrefix: pm
  92. log:
  93. enabled: true
  94. type: DB
  95. # 文件存储
  96. file:
  97. storage-type: ALI_OSS
  98. ali:
  99. protocol: https://
  100. bucket: devplat
  101. urlPrefix: oss-cn-hangzhou.aliyuncs.com
  102. endpoint: oss-cn-hangzhou.aliyuncs.com
  103. accessKeyId: LTAI4GL7uypycnBjiRn55rMG
  104. accessKeySecret: qwYC7bW9bkStsko7qkLVnToAzj0Y98
  105. # 日志文件配置
  106. log:
  107. path: ./logs
  108. info:
  109. file-size: 50MB
  110. max-size: 5
  111. total-size: 200MB
  112. error:
  113. file-size: 10MB
  114. max-size: 5
  115. total-size: 50MB
  116. swagger:
  117. enabled: true
  118. flowable:
  119. async-executor-activate: true
  120. #关闭一些不需要的功能服务
  121. rest-api-enabled: 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_ff70e47bae684fdba0d64f4acab85661
  154. yxt:
  155. # wsdl-url: http://115.239.137.23:9501/ws/v1?wsdl
  156. wsdl-url: classpath:/wsdl.xml
  157. #账号
  158. user-code: hzndkj
  159. #密码
  160. password: hzndkj@2021
  161. #音信通开关
  162. sms-enable: true
  163. tel-enable: true
  164. #省局联审 请求信息
  165. provincial:
  166. # host: http://zj.ningdatech.com/prometheus-zhejiang_foreign
  167. host: http://223.4.72.75/prometheus-zhejiang_foreign
  168. pushUrl: /api/v1/foreign/importantPro
  169. detailUrl: /api/v1/foreign/importantProView
  170. domainUrl: /api/v1/foreign/dominantUnit
  171. key: 7fb48b518c6044a5a44deddd11b445e3
  172. secret: ced8fff70018413c9516c58f95885624
  173. #天印服务器接口信息
  174. irs:
  175. is-search-app: false
  176. digital-resource-indicators:
  177. url: https://interface.zjzwfw.gov.cn/gateway/api/proxy/001003001029/dataSharing/99E2bic31KdXzaa7.htm
  178. interface-name: 99E2bic31KdXzaa7
  179. app-key: A331101453557202109017383
  180. app-secret: 496f0f2a19994f76b4fd9dae087366c7
  181. seal-platform:
  182. project-id: 330001110
  183. project-secret: 70e512d40c8f440484db4acab181570a
  184. access-key: 42bcb49bea174986a3bfdfba7d005566
  185. secret-key: bebff29877d4443abd67fc4f8fb335d8
  186. api-url: https://bcdsg.zj.gov.cn:8443/restapi/prod/IC33000020220309000004/seal-platform/seal/v1/rest/sign/signPdf
  187. app-report:
  188. url: https://bcdsg.zj.gov.cn:8443/restapi/prod/IC33000020230427000001/irs-res-bill/report/pdfUrl
  189. appScret: BCDSGS_4ab4235d26a9a357170a39f3a13fd68c
  190. appKey: BCDSGA_d874c8e46b541eb4e8aac6510fd3351b
  191. push-app:
  192. url: https://interface.zjzwfw.gov.cn/gateway/api/proxy/001003001029/dataSharing/94wbaL1I1Pbz0648.htm
  193. appScret: 496f0f2a19994f76b4fd9dae087366c7
  194. appKey: A331101453557202109017383
  195. search-app:
  196. url: https://interface.zjzwfw.gov.cn/gateway/api/001003001029/dataSharing/XS8daav3bcemZ3Ra.htm
  197. appScret: 496f0f2a19994f76b4fd9dae087366c7
  198. appKey: A331101453557202109017383
  199. province-gov:
  200. can-search: false
  201. url: https://interface.zjzwfw.gov.cn/gateway/api/proxy/001003001029/dataSharing/62vd5jAdM0b7Gr00.htm
  202. interfaceName: 62vd5jAdM0b7Gr00
  203. appSecret: 496f0f2a19994f76b4fd9dae087366c7
  204. appKey: A331101453557202109017383
  205. push-project-detail:
  206. url: https://interface.zjzwfw.gov.cn/gateway/api/proxy/001003001029/dataSharing/3XN9R93Pva6db7sf.htm
  207. interfaceName: 3XN9R93Pva6db7sf
  208. appSecret: 496f0f2a19994f76b4fd9dae087366c7
  209. appKey: A331101453557202109017383
  210. core-biz:
  211. url: https://interface.zjzwfw.gov.cn/gateway/api/001008012012001/dataSharing/Fc3re2cq7r64Qfa7.htm
  212. interfaceName: Fc3re2cq7r64Qfa7
  213. appSecret: 496f0f2a19994f76b4fd9dae087366c7
  214. appKey: A331101453557202109017383
  215. interface-refresh:
  216. method: POST
  217. request-token-url: http://59.202.38.178/gateway/app/refreshTokenByKey.htm?appKey={appKey}&requestTime={requestTime}&sign={sign}
  218. refresh-token-url: http://59.202.38.178/gateway/app/refreshTokenBySec.htm?appKey={appKey}&requestTime={requestTime}&sign={sign}
  219. interface-local-refresh:
  220. method: GET
  221. request-token-url: https://interface.ls.local/a/api/requestTokenKey?appKey={appKey}&requestTime={requestTime}&sign={sign}
  222. refresh-token-url: https://interface.ls.local/a/api/refreshTokenKey?appKey={appKey}&requestTime={requestTime}&sign={sign}
  223. hostname: iZbp13nwyvib53j4j1p2xoZ
  224. project:
  225. push-url: http://120.26.44.207:38088/open/api/v1/project-receive/save
  226. no-effective-url: http://120.26.44.207:38088/open/api/v1/project-receive/not-effective
  227. delete-all-url: http://120.26.44.207:38088/open/api/v1/project-receive/delete-all
  228. login:
  229. phone-verify-code:
  230. skip: true
  231. url: http://lspm.ningdatech.com/login