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

Commit 38399125 authored by anjiabin's avatar anjiabin

提交配置

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