TRX 11 miesięcy temu
rodzic
commit
dc1dde6bda

+ 4 - 4
OneCardIotServer/src/main/resources/application-dev.yml

@@ -5,22 +5,22 @@ spring:
         - 192.168
     consul:
       discovery:
-        hostname: 172.24.50.53
+        hostname: 192.168.1.8
         prefer-ip-address: false
   jms:
     pub-sub-domain: true
   artemis:
     mode: native  # cluster native EMBEDDED
-    broker-url: tcp://172.24.50.53:61616?connectionTimeout=6000
+    broker-url: tcp://172.24.50.53:61619?connectionTimeout=6000
     user: admin
     password: 52bXJpZoiPz2AtH6
   data:
     mongodb:
-      uri: mongodb://root:8756mongo2024@172.24.50.53:27017,172.24.50.53:27018,172.24.50.53:27019/iotCenter?authSource=admin
+      uri: mongodb://root:8756mongo2024@172.24.50.53:27021,172.24.50.53:27022,172.24.50.53:27023/iotCenter?authSource=admin
       auto-index-creation: true
     redis:
       host: 172.24.50.53
-      port: 6379
+      port: 6382
       password: 8756redis2024
       database: 7
       timeout: 5000