加解密添加
This commit is contained in:
parent
08e61e3318
commit
e427529beb
|
|
@ -6,7 +6,7 @@ spring:
|
||||||
druid:
|
druid:
|
||||||
# 主库数据源
|
# 主库数据源
|
||||||
master:
|
master:
|
||||||
url: jdbc:mysql://192.168.0.14:4417/bonus_cloud_service?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
url: jdbc:mysql://192.168.0.7:13308/bonus_cloud_service?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||||
username: root
|
username: root
|
||||||
password: Bonus@admin123!
|
password: Bonus@admin123!
|
||||||
# 从库数据源
|
# 从库数据源
|
||||||
|
|
|
||||||
|
|
@ -68,13 +68,13 @@ spring:
|
||||||
# redis 配置
|
# redis 配置
|
||||||
redis:
|
redis:
|
||||||
# 地址
|
# 地址
|
||||||
host: localhost
|
host: 192.168.0.7
|
||||||
# 端口,默认为6379
|
# 端口,默认为6379
|
||||||
port: 6379
|
port: 16379
|
||||||
# 数据库索引
|
# 数据库索引
|
||||||
database: 0
|
database: 5
|
||||||
# 密码
|
# 密码
|
||||||
password:
|
password: Bonus@admin123!
|
||||||
# 连接超时时间
|
# 连接超时时间
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
lettuce:
|
lettuce:
|
||||||
|
|
@ -130,8 +130,8 @@ xss:
|
||||||
|
|
||||||
|
|
||||||
minio:
|
minio:
|
||||||
url: http://192.168.0.14:9090
|
url: http://192.168.0.7:9090
|
||||||
endpoint: http://192.168.0.14:9090
|
endpoint: http://192.168.0.7:9090
|
||||||
accessKey: minio
|
accessKey: minio
|
||||||
secretKey: bonus@admin123
|
secretKey: bonus@admin123
|
||||||
bucketName: product
|
bucketName: product
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue