|
@ -1,3 +1,9 @@
|
|
|
|
info:
|
|
|
|
app:
|
|
|
|
name: SVR-BASIC
|
|
|
|
description: EHR Platform Microservice.
|
|
|
|
version: 1.0.0
|
|
|
|
|
|
spring:
|
|
spring:
|
|
datasource:
|
|
datasource:
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
@ -17,6 +23,7 @@ spring:
|
|
max-idle: 8 # Max number of "idle" connections in the pool. Use a negative value to indicate an unlimited number of idle connections.
|
|
max-idle: 8 # Max number of "idle" connections in the pool. Use a negative value to indicate an unlimited number of idle connections.
|
|
max-wait: -1 # Maximum amount of time (in milliseconds) a connection allocation should block before throwing an exception when the pool is exhausted. Use a negative value to block indefinitely.
|
|
max-wait: -1 # Maximum amount of time (in milliseconds) a connection allocation should block before throwing an exception when the pool is exhausted. Use a negative value to block indefinitely.
|
|
min-idle: 1 # Target for the minimum number of idle connections to maintain in the pool. This setting only has an effect if it is positive.
|
|
min-idle: 1 # Target for the minimum number of idle connections to maintain in the pool. This setting only has an effect if it is positive.
|
|
|
|
|
|
fast-dfs:
|
|
fast-dfs:
|
|
connect-timeout: 10
|
|
connect-timeout: 10
|
|
network-timeout: 60
|
|
network-timeout: 60
|
|
@ -29,9 +36,11 @@ fast-dfs:
|
|
tracker-http-port: 80
|
|
tracker-http-port: 80
|
|
anti-steal-token: no
|
|
anti-steal-token: no
|
|
secret-key: FastDFS1234567890
|
|
secret-key: FastDFS1234567890
|
|
|
|
|
|
eip:
|
|
eip:
|
|
tenant: jkzl
|
|
tenant: jkzl
|
|
#健康上饶app-卫计委机构编码--用于居民注册设置默认权限
|
|
#健康上饶app-卫计委机构编码--用于居民注册设置默认权限
|
|
|
|
|
|
jksr-app:
|
|
jksr-app:
|
|
orgcode: PDY026797
|
|
orgcode: PDY026797
|
|
registerRoleClientId: WYo0l73F8e,HPnz4GXfYA #用于创建这些应用的默认角色(健康上饶app,公众健康服务)
|
|
registerRoleClientId: WYo0l73F8e,HPnz4GXfYA #用于创建这些应用的默认角色(健康上饶app,公众健康服务)
|