|
@@ -18,11 +18,11 @@ minio:
|
|
|
# #Secret key密码
|
|
|
# secretKey: ZfmZgtZO4g1L8iMmVB8DeARCSdyxzI8G
|
|
|
|
|
|
- url: http://192.168.1.203:9001
|
|
|
+ url: http://192.168.1.142:9001
|
|
|
#Access key账户
|
|
|
- accessKey: itSjNISOAdySd5HBUsTB
|
|
|
+ accessKey: BwMvad8O8ndRohmBRdFf
|
|
|
#Secret key密码
|
|
|
- secretKey: OCl5JWqS8HyDkE8l1kFLs2zMub13vVBCcfdQ7fv6
|
|
|
+ secretKey: TToSPqzpe3VIcTX5tSvJgi3FK60YbgANjk8zAUKc
|
|
|
bucketName: default
|
|
|
spring:
|
|
|
datasource:
|
|
@@ -36,24 +36,24 @@ spring:
|
|
|
# password: 123456
|
|
|
# driver-class-name: com.mysql.cj.jdbc.Driver # 3.2.0开始支持SPI可省略此配置
|
|
|
master:
|
|
|
- url: jdbc:mysql://192.168.1.203:3310/slim
|
|
|
+ url: jdbc:mysql://192.168.1.142:3310/slim
|
|
|
username: root
|
|
|
password: 123
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver # 3.2.0开始支持SPI可省略此配置
|
|
|
slave_1:
|
|
|
- url: jdbc:mysql://192.168.1.203:3311/slim
|
|
|
+ url: jdbc:mysql://192.168.1.142:3311/slim
|
|
|
username: root
|
|
|
password: 123
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
slave_2:
|
|
|
- url: jdbc:mysql://192.168.1.203:3312/slim
|
|
|
+ url: jdbc:mysql://192.168.1.142:3312/slim
|
|
|
username: root
|
|
|
password: 123
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
# redis 配置
|
|
|
redis:
|
|
|
# # 地址
|
|
|
- host: 192.168.1.203
|
|
|
+ host: 192.168.1.142
|
|
|
# # 端口,默认为6379
|
|
|
port: 6378
|
|
|
# feign 配置
|