记得上下班打卡 | git大法好,push需谨慎

Commit df15ef15 authored by 胡佳晨's avatar 胡佳晨

test redis 链接 新正式

parent f493b25d
...@@ -40,6 +40,10 @@ liquidnet: ...@@ -40,6 +40,10 @@ liquidnet:
host: 39.106.122.201 host: 39.106.122.201
port: 6379 port: 6379
password: 3Xa%8p password: 3Xa%8p
sweet:
host: 39.106.122.201
port: 6379
password: 3Xa%8p
mongodb: mongodb:
host: 39.106.122.201:27017 host: 39.106.122.201:27017
port: 27017 port: 27017
......
...@@ -40,6 +40,10 @@ liquidnet: ...@@ -40,6 +40,10 @@ liquidnet:
host: r-2ze7002ckw5u75fgukpd.redis.rds.aliyuncs.com host: r-2ze7002ckw5u75fgukpd.redis.rds.aliyuncs.com
port: 6380 port: 6380
password: PO@B!Iud32 password: PO@B!Iud32
sweet:
host: r-2ze7002ckw5u75fgukpd.redis.rds.aliyuncs.com
port: 6380
password: PO@B!Iud32
mongodb: mongodb:
host: 39.106.122.201:27017 host: 39.106.122.201:27017
port: 27017 port: 27017
......
...@@ -70,9 +70,9 @@ spring: ...@@ -70,9 +70,9 @@ spring:
include: common-service #这里加载management相关公共配置 include: common-service #这里加载management相关公共配置
redis: redis:
database: 15 database: 15
port: ${liquidnet.redis.port} port: ${liquidnet.redis.sweet.port}
host: ${liquidnet.redis.host} host: ${liquidnet.redis.sweet.host}
password: ${liquidnet.redis.password} password: ${liquidnet.redis.sweet.password}
lettuce: lettuce:
pool: pool:
max-active: 8 max-active: 8
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment