share-platform/renren-admin/src/main/resources/application-prod.yml

76 lines
2.4 KiB
YAML
Raw Normal View History

2022-04-21 20:51:45 +08:00
server:
port: 8000
2022-04-11 15:03:55 +08:00
spring:
datasource:
druid:
#MySQL
driver-class-name: com.mysql.cj.jdbc.Driver
2022-04-20 17:31:48 +08:00
url: jdbc:mysql://15.72.183.91:3306/share_platform?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true
username: root
password: w@CmM1mBVQkPhdrc
2022-04-11 15:03:55 +08:00
initial-size: 10
max-active: 100
min-idle: 10
max-wait: 60000
pool-prepared-statements: true
max-pool-prepared-statement-per-connection-size: 20
time-between-eviction-runs-millis: 60000
min-evictable-idle-time-millis: 300000
#Oracle需要打开注释
#validation-query: SELECT 1 FROM DUAL
test-while-idle: true
test-on-borrow: false
test-on-return: false
stat-view-servlet:
enabled: true
url-pattern: /druid/*
#login-username: admin
#login-password: admin
filter:
stat:
log-slow-sql: true
slow-sql-millis: 1000
merge-sql: false
wall:
config:
multi-statement-allow: true
2022-06-16 11:45:44 +08:00
# 生产环境默认关掉flyway
flyway:
2022-06-16 11:45:44 +08:00
enabled: false
2022-04-21 15:28:10 +08:00
#上传的静态资源配置
resource:
2022-05-23 18:28:02 +08:00
root_url: 15.72.183.90
2022-06-01 19:12:31 +08:00
pic-host: http://${resource.root_url}:${server.port}${server.servlet.context-path}
2022-04-21 15:28:10 +08:00
path: /data/services/nengli/files/
devModelFilePath: /data/services/nengli/files/devModelFile
# 大数据部门相关配置
big_date:
name: 青岛市大数据发展管理局
assignee_role_name: 部门审批人
hisense:
gateway:
2022-08-15 14:07:22 +08:00
sync-enabled: true
url: http://15.72.184.3:30479
dp-url: http://15.72.184.3:31230
2022-06-16 11:45:44 +08:00
qdyjj:
ipAndPort: 15.72.178.136:9494
#同步摄像头标签表t_channel_mtm_label需要链接的数据库配置
synchro:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://15.72.183.91:3306/monitor_manage?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true&useSSL=false
username: root
2022-10-22 10:48:16 +08:00
password: w@CmM1mBVQkPhdrc
# 前端地址入口,门户和管理端
front:
portal-url: http://15.72.183.90:7008
2022-10-24 14:09:39 +08:00
manage-url: http://15.72.183.90:8001
zsk:
url:
sign: https://cms.qingdao.gov.cn:31479/api-gateway/jpaas-jags-server/interface/createsign.do
gateway: https://cms.qingdao.gov.cn:31479/api-gateway/jpaas-jags-server/interface/gateway