diff --git a/shoot-hand/ics-web/src/main/resources/application-prod.yml b/shoot-hand/ics-web/src/main/resources/application-prod.yml index b2744d2..efaff65 100644 --- a/shoot-hand/ics-web/src/main/resources/application-prod.yml +++ b/shoot-hand/ics-web/src/main/resources/application-prod.yml @@ -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/ # 公众号配置(必填) @@ -88,7 +88,7 @@ wx: key-prefix: wa # 相关redis前缀配置: wa(默认) redis: host: localhost -# password: vdcity2015 + # password: vdcity2015 port: 6379 # http客户端配置 http-client-type: HttpClient # http客户端类型: HttpClient(默认), OkHttp, JoddHttp