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

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

test redis 链接 新正式

parent f493b25d
......@@ -40,6 +40,10 @@ liquidnet:
host: 39.106.122.201
port: 6379
password: 3Xa%8p
sweet:
host: 39.106.122.201
port: 6379
password: 3Xa%8p
mongodb:
host: 39.106.122.201:27017
port: 27017
......
......@@ -40,6 +40,10 @@ liquidnet:
host: r-2ze7002ckw5u75fgukpd.redis.rds.aliyuncs.com
port: 6380
password: PO@B!Iud32
sweet:
host: r-2ze7002ckw5u75fgukpd.redis.rds.aliyuncs.com
port: 6380
password: PO@B!Iud32
mongodb:
host: 39.106.122.201:27017
port: 27017
......
......@@ -70,9 +70,9 @@ spring:
include: common-service #这里加载management相关公共配置
redis:
database: 15
port: ${liquidnet.redis.port}
host: ${liquidnet.redis.host}
password: ${liquidnet.redis.password}
port: ${liquidnet.redis.sweet.port}
host: ${liquidnet.redis.sweet.host}
password: ${liquidnet.redis.sweet.password}
lettuce:
pool:
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