|
@@ -14,10 +14,8 @@ eureka:
|
|
|
|
|
|
spring:
|
|
|
redis:
|
|
|
- clusterHost: dds-bp1de4fc73029b241978.mongodb.rds.aliyuncs.com
|
|
|
- clusterPort: 3717
|
|
|
- secondaryHost: dds-bp1de4fc73029b241978.mongodb.rds.aliyuncs.com
|
|
|
- secondaryPort: 3717
|
|
|
+ hostName: r-bp1ps6my7lzg8rdhwx682.redis.rds.aliyuncs.com
|
|
|
+ port: 6379
|
|
|
password: Wqsd@2019
|
|
|
timeout: 1000
|
|
|
lettuce:
|
|
@@ -61,8 +59,10 @@ spring:
|
|
|
min-idle: 0
|
|
|
data:
|
|
|
mongodb:
|
|
|
- host: dds-bp1de4fc73029b241978.mongodb.rds.aliyuncs.com
|
|
|
- port: 3717
|
|
|
+ clusterHost: dds-bp1de4fc73029b241978.mongodb.rds.aliyuncs.com
|
|
|
+ clusterPort: 3717
|
|
|
+ secondaryHost: dds-bp1de4fc73029b241978.mongodb.rds.aliyuncs.com
|
|
|
+ secondaryPort: 3717
|
|
|
database: longvideo
|
|
|
username: lv
|
|
|
password: lv@2018
|