2022-10-10 10:12:17 +08:00
|
|
|
|
project:
|
|
|
|
|
# 平台部署位置 0:青岛市区 1:青岛西海岸 2:包头
|
|
|
|
|
place: 0
|
|
|
|
|
# 是否将资源归为上级
|
|
|
|
|
higher: false
|
|
|
|
|
# cim 住建局单位名称
|
|
|
|
|
cim:
|
|
|
|
|
zjj: 青岛市住房和城乡建设局
|
|
|
|
|
# 大数据部门相关配置
|
|
|
|
|
big_date:
|
|
|
|
|
name: 青岛市大数据发展管理局
|
|
|
|
|
assignee_role_name: 部门审批人
|
|
|
|
|
assignee_district_role_name: 区审批人
|
|
|
|
|
assignee_city_role_name: 市审批人
|
|
|
|
|
# 当某部门未设置部门审批人时,将使用该用户审批
|
|
|
|
|
default_assignee_role_id: 1516728698224427010
|
2022-11-04 14:53:59 +08:00
|
|
|
|
# 会客厅审核员
|
2022-10-10 10:12:17 +08:00
|
|
|
|
assignee_meet_role_id: 1576849766277849089
|
|
|
|
|
# 需要进行统计数目的资源 type/需要进行统计申请的资源类型 applyType
|
|
|
|
|
census:
|
2022-11-01 15:06:15 +08:00
|
|
|
|
type: 应用资源,组件服务,基础设施,数据资源,知识库
|
2022-10-10 10:12:17 +08:00
|
|
|
|
applyType: 应用资源,业务组件,图层服务,开发组件,智能算法
|
2022-11-11 09:25:32 +08:00
|
|
|
|
# 全局RestTemplate配置
|
|
|
|
|
rest_template:
|
|
|
|
|
read_timeout: 30000
|
|
|
|
|
connect_timeout: 5000
|
2022-10-10 10:12:17 +08:00
|
|
|
|
# 海信网关
|
|
|
|
|
hisense:
|
|
|
|
|
gateway:
|
|
|
|
|
sync-enabled: true
|
|
|
|
|
name: 聚好看网关
|
|
|
|
|
url: http://devtest-security-app.hismarttv.com:8080
|
|
|
|
|
dp-url: http://devtest-security-app.hismarttv.com:8080
|
|
|
|
|
# Tomcat
|
|
|
|
|
server:
|
|
|
|
|
tomcat:
|
|
|
|
|
uri-encoding: UTF-8
|
|
|
|
|
threads:
|
|
|
|
|
max: 1000
|
|
|
|
|
min-spare: 30
|
|
|
|
|
port: 9090
|
|
|
|
|
servlet:
|
2022-10-31 14:55:36 +08:00
|
|
|
|
context-path: /ucs-admin
|
2022-10-10 10:12:17 +08:00
|
|
|
|
session:
|
|
|
|
|
cookie:
|
|
|
|
|
http-only: true
|
|
|
|
|
compression:
|
|
|
|
|
enabled: true
|
|
|
|
|
mime-types: application/json
|
|
|
|
|
spring:
|
|
|
|
|
# 环境 dev|test|prod|show
|
|
|
|
|
profiles:
|
|
|
|
|
active: dev
|
|
|
|
|
messages:
|
|
|
|
|
encoding: UTF-8
|
|
|
|
|
basename: i18n/messages
|
|
|
|
|
servlet:
|
|
|
|
|
multipart:
|
2022-11-09 15:53:17 +08:00
|
|
|
|
max-file-size: 1024MB
|
|
|
|
|
max-request-size: 1024MB
|
2022-10-10 10:12:17 +08:00
|
|
|
|
enabled: true
|
|
|
|
|
redis:
|
|
|
|
|
database: 0
|
|
|
|
|
host: 127.0.0.1
|
|
|
|
|
port: 6379
|
2022-11-07 10:27:23 +08:00
|
|
|
|
password: # 密码(默认为空)
|
2022-10-10 10:12:17 +08:00
|
|
|
|
timeout: 6000ms # 连接超时时长(毫秒)
|
|
|
|
|
jedis:
|
|
|
|
|
pool:
|
2022-11-07 10:27:23 +08:00
|
|
|
|
max-active: 1000 # 连接池最大连接数(使用负值表示没有限制)
|
2022-10-10 10:12:17 +08:00
|
|
|
|
max-wait: -1ms # 连接池最大阻塞等待时间(使用负值表示没有限制)
|
2022-11-07 10:27:23 +08:00
|
|
|
|
max-idle: 10 # 连接池中的最大空闲连接
|
|
|
|
|
min-idle: 5 # 连接池中的最小空闲连接
|
2022-10-10 10:12:17 +08:00
|
|
|
|
activiti:
|
|
|
|
|
check-process-definitions: false
|
|
|
|
|
resources:
|
|
|
|
|
static-locations: classpath:/static,classpath:/public,file:${resource.path},file:${resource.devModelFilePath}
|
|
|
|
|
flyway:
|
|
|
|
|
enabled: true
|
|
|
|
|
locations: filesystem:config/db
|
|
|
|
|
baseline-on-migrate: true
|
|
|
|
|
baseline-version: 0
|
|
|
|
|
validate-on-migrate: true
|
|
|
|
|
jackson:
|
|
|
|
|
parser:
|
|
|
|
|
# 允许出现特殊字符和转义符
|
|
|
|
|
allow_unquoted_control_chars: true
|
2022-11-07 10:27:23 +08:00
|
|
|
|
# 允许出现单引号
|
2022-10-10 10:12:17 +08:00
|
|
|
|
allow_single_quotes: true
|
|
|
|
|
|
|
|
|
|
fdfs:
|
|
|
|
|
so-timeout: 600000
|
|
|
|
|
connect-timeout: 6000
|
|
|
|
|
tracker-list: #TrackerList参数,支持多个
|
|
|
|
|
- 192.168.10.10:22122
|
|
|
|
|
|
|
|
|
|
# 是否开启redis缓存 true开启 false关闭
|
|
|
|
|
renren.redis.open: false
|
|
|
|
|
|
|
|
|
|
#mybatis
|
|
|
|
|
mybatis-plus:
|
|
|
|
|
mapper-locations: classpath*:/mapper/**/*.xml
|
|
|
|
|
#实体扫描,多个package用逗号或者分号分隔
|
|
|
|
|
typeAliasesPackage: io.renren.modules.*.entity
|
|
|
|
|
global-config:
|
|
|
|
|
#数据库相关配置
|
|
|
|
|
db-config:
|
|
|
|
|
#主键类型 AUTO:"数据库ID自增", INPUT:"用户输入ID", ID_WORKER:"全局唯一ID (数字类型唯一ID)", UUID:"全局唯一ID UUID";
|
|
|
|
|
id-type: ID_WORKER
|
|
|
|
|
banner: false
|
|
|
|
|
#原生配置
|
|
|
|
|
configuration:
|
|
|
|
|
map-underscore-to-camel-case: true
|
|
|
|
|
cache-enabled: false
|
|
|
|
|
call-setters-on-nulls: true
|
|
|
|
|
jdbc-type-for-null: 'null'
|
|
|
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
|
|
|
|
|
|
|
system:
|
2022-11-14 17:17:07 +08:00
|
|
|
|
#系统上线日期,用于统计能力浏览记录
|
2022-10-10 10:12:17 +08:00
|
|
|
|
startDay: 2022-04-01
|
2022-11-14 17:17:07 +08:00
|
|
|
|
#密码错误次数
|
|
|
|
|
maxErrorTimes: 5
|
|
|
|
|
#账号锁定恢复时间(小时)
|
|
|
|
|
resumeLogonTime: 2
|
|
|
|
|
#允许账号多地同时登录: 0(不允许), 1(允许)
|
|
|
|
|
allowSimultaneousLogin: 1
|
2022-11-21 17:58:19 +08:00
|
|
|
|
#token过期时间,单位小时
|
|
|
|
|
tokenExpireTime: 12
|
2022-11-14 17:17:07 +08:00
|
|
|
|
|
2022-10-10 10:12:17 +08:00
|
|
|
|
yawei:
|
|
|
|
|
enable: true
|
|
|
|
|
|
|
|
|
|
#对接知识库相关配置
|
|
|
|
|
zsk:
|
|
|
|
|
url:
|
|
|
|
|
sign: https://cms.qingdao.gov.cn:9020/api-gateway/jpaas-jags-server/interface/createsign.do
|
|
|
|
|
gateway: https://cms.qingdao.gov.cn:9020/api-gateway/jpaas-jags-server/interface/gateway
|
|
|
|
|
appid: hxszzt
|
|
|
|
|
appkey: 120d6a3cc2cd45096abaa5700cb19d0779d5f22ff683436e6d3a7ff8a8d66f5e8307f31b192281831e9f6dc0b6a1f308
|
|
|
|
|
param:
|
|
|
|
|
charset: UTF-8
|
|
|
|
|
origin: 0
|
|
|
|
|
version: 1.0
|
|
|
|
|
methodId: jirdGetInfoByCatalog
|
|
|
|
|
catalogIds: c0645e03fb7e4cf3842e9ceedd8ab998,f49561afc7204f008c4bb3cd821eb6ba
|
|
|
|
|
|
|
|
|
|
sso:
|
|
|
|
|
mode: yawei # 取值 yawei,cas,不填时为禁用sso
|
|
|
|
|
|
|
|
|
|
cas:
|
|
|
|
|
server-url-prefix: http://10.134.135.81:11188/cas
|
|
|
|
|
server-login-url: http://10.134.135.81:11188/cas/login
|
|
|
|
|
server-logout-url: http://10.134.135.81:11188/cas/logout
|
|
|
|
|
client-host-url: http://localhost:9999/#/
|
|
|
|
|
use-session: false
|
|
|
|
|
validation-type: cas3
|
2022-10-21 11:48:38 +08:00
|
|
|
|
|
|
|
|
|
# 前端地址入口,门户和管理端
|
2022-10-10 10:12:17 +08:00
|
|
|
|
front:
|
2022-10-21 11:48:38 +08:00
|
|
|
|
portal-url: http://192.168.124.236:9796
|
|
|
|
|
manage-url: http://192.168.124.236:9797
|
2022-10-10 10:12:17 +08:00
|
|
|
|
|
|
|
|
|
# 基础设施,部门最大申请数量
|
|
|
|
|
infrastructure:
|
|
|
|
|
dept-can-apply-max: 10
|
2022-10-31 16:35:21 +08:00
|
|
|
|
# 是否发亚微消息
|
|
|
|
|
notice:
|
|
|
|
|
yawei: true
|
2022-11-11 09:50:19 +08:00
|
|
|
|
|
|
|
|
|
shangdongtong:
|
|
|
|
|
enable: true
|
|
|
|
|
corpid: wwafa1a3005a15a672
|
|
|
|
|
agentId: 1001129
|
|
|
|
|
secret: fCcaNBVkCosL_O3cnQVQ0brqUUBZu3ruXuISj5k8FP8
|
2022-11-11 14:18:14 +08:00
|
|
|
|
url: http://15.72.183.90:7008/sdt
|
2022-11-11 09:50:19 +08:00
|
|
|
|
|
2022-11-30 12:41:35 +08:00
|
|
|
|
# 催办相关配置
|
|
|
|
|
reminders:
|
|
|
|
|
# 催办间隔天数
|
|
|
|
|
interval: 7
|
2022-12-10 16:09:53 +08:00
|
|
|
|
# 恩科会议
|
|
|
|
|
enke:
|
|
|
|
|
enable: true
|
2022-12-12 15:57:11 +08:00
|
|
|
|
# 开启审核组成员支持
|
|
|
|
|
auditteam:
|
|
|
|
|
enable: true
|
2023-01-04 09:32:23 +08:00
|
|
|
|
# 是否统计云资源
|
|
|
|
|
cloud:
|
|
|
|
|
enable: false
|
2022-11-30 12:41:35 +08:00
|
|
|
|
|