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

Commit 38399125 authored by anjiabin's avatar anjiabin

提交配置

parent e293bd87
......@@ -32,6 +32,10 @@ liquidnet:
host: 39.106.122.201
port: 6379
password: 3Xa%8p
dragon:
host: 39.106.122.201
port: 6379
password: 3Xa%8p
mongodb:
host: 39.106.122.201:27017
port: 27017
......
......@@ -32,6 +32,10 @@ liquidnet:
host: r-2ze7002ckw5u75fgukpd.redis.rds.aliyuncs.com
port: 6380
password: PO@B!Iud32
dragon:
host: r-2ze7002ckw5u75fgukpd.redis.rds.aliyuncs.com
port: 6380
password: PO@B!Iud32
mongodb:
host: s-2zef656730e5a1d4-pub.mongodb.rds.aliyuncs.com:3717,s-2ze49872ed6aeb14-pub.mongodb.rds.aliyuncs.com:3717
port: 3717
......
......@@ -70,9 +70,9 @@ spring:
acknowledge-mode: manual
redis:
database: 15
port: ${liquidnet.redis.port}
host: ${liquidnet.redis.host}
password: ${liquidnet.redis.password}
port: ${liquidnet.redis.dragon.port}
host: ${liquidnet.redis.dragon.host}
password: ${liquidnet.redis.dragon.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