|
|
@@ -21,16 +21,16 @@ spring:
|
|
|
|
|
|
data:
|
|
|
mongodb:
|
|
|
- uri: mongodb://admin:admin123@192.168.0.104:37047,192.168.0.104:47037,192.168.0.104:37027/iotCenter?replicaSet=rs
|
|
|
-# uri: mongodb://root:8756mongo2024@172.24.50.53:27017,172.24.50.53:27018,172.24.50.53:27019/iotCenter?authSource=admin
|
|
|
+# uri: mongodb://admin:admin123@192.168.0.104:37047,192.168.0.104:47037,192.168.0.104:37027/iotCenter?replicaSet=rs
|
|
|
+ uri: mongodb://root:8756mongo2024@172.24.50.53:27017,172.24.50.53:27018,172.24.50.53:27019/iotCenter?authSource=admin
|
|
|
auto-index-creation: true
|
|
|
redis:
|
|
|
-# host: 172.24.50.53
|
|
|
-# port: 6379
|
|
|
-# password: 8756redis2024
|
|
|
- host: 127.0.0.1
|
|
|
- port: 6378
|
|
|
+ host: 172.24.50.53
|
|
|
+ port: 6379
|
|
|
password: 8756redis2024
|
|
|
+# host: 127.0.0.1
|
|
|
+# port: 6378
|
|
|
+# password: 8756redis2024
|
|
|
database: 7
|
|
|
timeout: 5000
|
|
|
lettuce:
|