杭州市委办项管
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

258 řádky
7.6KB

  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: 47.98.125.47
  16. port: 26379
  17. database: 4
  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.alibaba.druid.pool.DruidDataSource
  43. driverClassName: com.kingbase8.Driver
  44. # 数据源
  45. druid:
  46. url: jdbc:kingbase8://10.53.172.221:54321/nd_project_management?zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8&nullCatalogMeansCurrent=true
  47. username: SYSTEM
  48. password: Ndkj1234
  49. # 初始连接数
  50. initialSize: 5
  51. # 最小连接池数量
  52. minIdle: 10
  53. # 最大连接池数量
  54. maxActive: 20
  55. # 配置获取连接等待超时的时间
  56. maxWait: 60000
  57. # 配置间隔多久才进行一次检测,检测需要关闭的空闲连接,单位是毫秒
  58. timeBetweenEvictionRunsMillis: 60000
  59. # 配置一个连接在池中最小生存的时间,单位是毫秒
  60. minEvictableIdleTimeMillis: 300000
  61. # 配置一个连接在池中最大生存的时间,单位是毫秒
  62. maxEvictableIdleTimeMillis: 900000
  63. # 配置检测连接是否有效
  64. #mysql使用:SELECT 1 FROM DUAL
  65. validationQuery: SELECT 1
  66. testWhileIdle: true
  67. testOnBorrow: false
  68. testOnReturn: false
  69. webStatFilter:
  70. enabled: true
  71. statViewServlet:
  72. enabled: true
  73. # 设置白名单,不填则允许所有访问
  74. allow:
  75. url-pattern: /druid/*
  76. # 控制台管理用户名和密码
  77. login-username: admin
  78. login-password: admin
  79. filter:
  80. stat:
  81. enabled: true
  82. # 慢SQL记录
  83. log-slow-sql: true
  84. slow-sql-millis: 1000
  85. merge-sql: true
  86. wall:
  87. config:
  88. multi-statement-allow: true
  89. #设置上传 单个文件的大小
  90. servlet:
  91. multipart:
  92. max-file-size: 100MB
  93. max-request-size: 150MB
  94. mybatis-plus:
  95. configuration:
  96. log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  97. global-config:
  98. db-config:
  99. logic-delete-value: true
  100. logic-not-delete-value: false
  101. logging:
  102. config: classpath:logback-spring.xml
  103. #日志配置
  104. level:
  105. root: info
  106. file:
  107. path: logs
  108. nd:
  109. cache:
  110. type: REDIS
  111. serializerType: ProtoStuff
  112. cacheNullVal: true
  113. def:
  114. keyPrefix: pm
  115. log:
  116. enabled: true
  117. type: DB
  118. # 文件存储
  119. file:
  120. storage-type: ALI_OSS
  121. ali:
  122. protocol: http://
  123. bucket: projectmangmentoss
  124. urlPrefix: oss-cn-lishui-gov-d01-a.ops.lsdx-zw.gov.cn
  125. endpoint: oss-cn-lishui-gov-d01-a.ops.lsdx-zw.gov.cn
  126. accessKeyId: XS3kNLtfW5i41SaC
  127. accessKeySecret: 2cywvSZWANml7pZXxRAeAiHfisIhqm
  128. # 日志文件配置
  129. log:
  130. path: ./logs
  131. info:
  132. file-size: 50MB
  133. max-size: 5
  134. total-size: 200MB
  135. error:
  136. file-size: 10MB
  137. max-size: 5
  138. total-size: 50MB
  139. swagger:
  140. enabled: true
  141. flowable:
  142. async-executor-activate: true
  143. #关闭一些不需要的功能服务
  144. rest-api-enabled: false
  145. # database-schema-update: false
  146. idm:
  147. enabled: false
  148. common:
  149. enabled: false
  150. dmn:
  151. enabled: false
  152. form:
  153. enabled: false
  154. app:
  155. enabled: false
  156. wflow:
  157. file:
  158. max-size: 20 #最大文件上传大小,MB
  159. sa-token:
  160. # token 名称 (同时也是cookie名称)
  161. token-name: wflowToken
  162. # token 有效期,单位s 默认30天, -1代表永不过期
  163. timeout: 172800
  164. # token 临时有效期 (指定时间内无操作就视为token过期) 单位: 秒
  165. activity-timeout: -1
  166. # 是否允许同一账号并发登录 (为true时允许一起登录, 为false时新登录挤掉旧登录)
  167. is-concurrent: true
  168. # 在多人登录同一账号时,是否共用一个token (为true时所有登录共用一个token, 为false时每次登录新建一个token)
  169. is-share: false
  170. # token风格
  171. token-style: uuid
  172. # 是否输出操作日志
  173. is-log: false
  174. #浙政钉公司顶级organizationCode
  175. organization:
  176. dept-visible-scopes:
  177. - GO_c1a6f8d5338e4a468337b08da76e2e31
  178. yxt:
  179. wsdl-url: classpath:wsdl-prod.xml
  180. #账号
  181. user-code: Lssdsjj
  182. #密码
  183. password: Lssdsjj@2021
  184. #音信通开关
  185. sms-enable: true
  186. tel-enable: true
  187. #省局联审 请求信息
  188. provincial:
  189. host: https://pms.zj.gov.cn/prometheus-zhejiang_foreign
  190. pushUrl: /api/v1/foreign/importantPro
  191. detailUrl: /api/v1/foreign/importantProView
  192. domainUrl: /api/v1/foreign/dominantUnit
  193. key: b5b2096953534a53991be4ea95f8cffa
  194. secret: 1bec9b77134d4962ac466fbe9696b897
  195. # host: http://223.4.72.75/prometheus-zhejiang_foreign
  196. # pushUrl: /api/v1/foreign/importantPro
  197. # detailUrl: /api/v1/foreign/importantProView
  198. # key: b5b2096953534a53991be4ea95f8cffa
  199. # secret: 1bec9b77134d4962ac466fbe9696b897
  200. #天印服务器接口信息
  201. irs:
  202. is-search-app: true
  203. seal-platform:
  204. project-id: 330001110
  205. project-secret: 70e512d40c8f440484db4acab181570a
  206. access-key: 42bcb49bea174986a3bfdfba7d005566
  207. secret-key: bebff29877d4443abd67fc4f8fb335d8
  208. api-url: https://bcdsg.zj.gov.cn:8443/restapi/prod/IC33000020220309000004/seal-platform/seal/v1/rest/sign/signPdf
  209. app-report:
  210. url: https://bcdsg.zj.gov.cn:8443/restapi/prod/IC33000020230427000001/irs-res-bill/report/pdfUrl
  211. appScret: BCDSGS_4ab4235d26a9a357170a39f3a13fd68c
  212. appKey: BCDSGA_d874c8e46b541eb4e8aac6510fd3351b
  213. push-app:
  214. url: https://interface.zjzwfw.gov.cn/gateway/api/proxy/001003001029/dataSharing/94wbaL1I1Pbz0648.htm
  215. appScret: 496f0f2a19994f76b4fd9dae087366c7
  216. appKey: A331101453557202109017383
  217. search-app:
  218. url: https://interface.zjzwfw.gov.cn/gateway/api/001003001029/dataSharing/XS8daav3bcemZ3Ra.htm
  219. appScret: 496f0f2a19994f76b4fd9dae087366c7
  220. appKey: A331101453557202109017383
  221. province-gov:
  222. can-search: true
  223. interfaceName: 62vd5jAdM0b7Gr00
  224. url: https://interface.zjzwfw.gov.cn/gateway/api/proxy/001003001029/dataSharing/62vd5jAdM0b7Gr00.htm
  225. appSecret: 496f0f2a19994f76b4fd9dae087366c7
  226. appKey: A331101453557202109017383
  227. push-project-detail:
  228. url: https://interface.zjzwfw.gov.cn/gateway/api/proxy/001003001029/dataSharing/3XN9R93Pva6db7sf.htm
  229. interfaceName: 3XN9R93Pva6db7sf
  230. appSecret: 496f0f2a19994f76b4fd9dae087366c7
  231. appKey: A331101453557202109017383
  232. core-biz:
  233. url: https://interface.zjzwfw.gov.cn/gateway/api/001008012012001/dataSharing/Fc3re2cq7r64Qfa7.htm
  234. interfaceName: Fc3re2cq7r64Qfa7
  235. appSecret: 496f0f2a19994f76b4fd9dae087366c7
  236. appKey: A331101453557202109017383
  237. interface-refresh:
  238. method: POST
  239. request-token-url: https://interface.zjzwfw.gov.cn/gateway/app/refreshTokenByKey.htm?appKey={appKey}&requestTime={requestTime}&sign={sign}
  240. refresh-token-url: https://interface.zjzwfw.gov.cn/gateway/app/refreshTokenBySec.htm?appKey={appKey}&requestTime={requestTime}&sign={sign}
  241. interface-local-refresh:
  242. method: GET
  243. request-token-url: https://interface.ls.local/a/api/requestTokenKey?appKey={appKey}&requestTime={requestTime}&sign={sign}
  244. refresh-token-url: https://interface.ls.local/a/api/refreshTokenKey?appKey={appKey}&requestTime={requestTime}&sign={sign}
  245. hostname: iZ6mx01gyeodd80imxd2gbZ
  246. login:
  247. phone-verify-code:
  248. skip: true