mirror of
https://gitee.com/elegant_wings/dbd-meeting.git
synced 2025-06-21 17:09:36 +08:00
修改了配置文件
This commit is contained in:
parent
4e81a5a514
commit
223dbd5c6b
@ -1,7 +1,7 @@
|
||||
spring:
|
||||
redis:
|
||||
database: 1
|
||||
host: 127.0.0.1
|
||||
host: 222.184.49.22
|
||||
port: 6379
|
||||
password: 123456
|
||||
timeout: 6000ms # 连接超时时长(毫秒)
|
||||
@ -17,9 +17,9 @@ spring:
|
||||
druid:
|
||||
# 主库数据源
|
||||
master:
|
||||
url: jdbc:mysql://127.0.0.1:3306/dbd-meeting?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||
url: jdbc:mysql://222.184.49.22:3306/shoot-hand?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||
username: root
|
||||
password: Boyue1!Z
|
||||
password: boyue1!Z
|
||||
# 从库数据源
|
||||
slave:
|
||||
#从数据源开关/默认关闭
|
||||
@ -65,12 +65,12 @@ spring:
|
||||
multi-statement-allow: true
|
||||
servlet:
|
||||
multipart:
|
||||
location: /usr/local/uploadPath/
|
||||
location: /file/uploadPath/
|
||||
|
||||
# 本地文件上传路径
|
||||
dfs:
|
||||
path: /usr/local/uploadPath/
|
||||
domain: https://www.chuangzhikj.com//saas-ics
|
||||
path: /file/uploadPath/
|
||||
domain: https://company.haxy.com.cn:4443/shoot-hand
|
||||
# domain: http://39.165.217.47:81/saas-ics/
|
||||
# domain: https://www.xxxx.com/
|
||||
# 公众号配置(必填)
|
||||
|
Loading…
x
Reference in New Issue
Block a user