sorelythrob hace 2 semanas
padre
commit
1fe5c0d21d

+ 1 - 1
webchat-act/src/main/resources/application.yml

@@ -1 +1 @@
-server:
  port: 8025
+server:
  port: 8035

+ 1 - 1
webchat-admin/src/main/resources/bootstrap.yml

@@ -17,5 +17,5 @@ spring:
     sentinel:
       transport:
         port: 8719
-        dashboard: 192.168.36.128:8080
+        dashboard: 192.168.36.128:8858
       eager: true

+ 5 - 5
webchat-aigc/src/main/resources/bootstrap.yml

@@ -14,8 +14,8 @@ spring:
       discovery:
         server-addr: 192.168.36.128:8848
         namespace: 2cdfb8e3-f127-4020-93df-2d4c3dc805b5
-#    sentinel:
-#      transport:
-#        port: 8719
-#        dashboard: 192.168.36.128:8080
-#      eager: true
+    sentinel:
+      transport:
+        port: 8719
+        dashboard: 192.168.36.128:8858
+      eager: true

+ 1 - 1
webchat-api/src/main/resources/bootstrap.yml

@@ -17,5 +17,5 @@ spring:
     sentinel:
       transport:
         port: 8719
-        dashboard: 192.168.36.128:8080
+        dashboard: 192.168.36.128:8858
       eager: true

+ 1 - 1
webchat-client-chat/src/main/resources/bootstrap.yml

@@ -17,5 +17,5 @@ spring:
     sentinel:
       transport:
         port: 8719
-        dashboard: 192.168.36.128:8080
+        dashboard: 192.168.36.128:8858
       eager: true

+ 1 - 1
webchat-connect/src/main/resources/bootstrap.yml

@@ -17,5 +17,5 @@ spring:
     sentinel:
       transport:
         port: 8719
-        dashboard: 192.168.36.128:8080
+        dashboard: 192.168.36.128:8858
       eager: true

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
webchat-gateway/src/main/resources/application.yml


+ 1 - 1
webchat-pgc/src/main/resources/bootstrap.yml

@@ -17,5 +17,5 @@ spring:
     sentinel:
       transport:
         port: 8719
-        dashboard: 192.168.36.128:8080
+        dashboard: 192.168.36.128:8858
       eager: true

+ 1 - 1
webchat-ugc/src/main/resources/bootstrap.yml

@@ -17,5 +17,5 @@ spring:
     sentinel:
       transport:
         port: 8719
-        dashboard: 192.168.36.128:8080
+        dashboard: 192.168.36.128:8858
       eager: true

+ 5 - 5
webchat-user/src/main/resources/bootstrap.yml

@@ -14,11 +14,11 @@ spring:
       discovery:
         server-addr: 192.168.36.128:8848
         namespace: 2cdfb8e3-f127-4020-93df-2d4c3dc805b5
-#    sentinel:
-#      transport:
-#        port: 8719
-#        dashboard: 192.168.36.128:8080
-#      eager: true
+    sentinel:
+      transport:
+        port: 8719
+        dashboard: 192.168.36.128:8858
+      eager: true
 
 rocketmq:
   producer:

Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio