Browse Source

made the app uat_env and update the newest init on kafka of ZS Cloud

wwd 3 years ago
parent
commit
b357f1f8a1
2 changed files with 9 additions and 9 deletions
  1. 8 8
      src/main/resources/application-uat.yml
  2. 1 1
      src/main/resources/application.yml

+ 8 - 8
src/main/resources/application-uat.yml

@@ -13,7 +13,7 @@ rsa:
 
 spring:
   kafka:
-    bootstrap-servers:  100.76.48.6:4309,100.76.48.7:4309,100.76.48.8:4309
+    bootstrap-servers:  100.76.25.12:4439,100.76.25.13:4439,100.76.25.14:4439
     producer:
       retries: 10000
       batch-size: 16384
@@ -29,14 +29,14 @@ spring:
           identification:
             algorithm: ""
         trust-store-location: "config/uatclient.truststore.jks"
-        trust-store-password: test1234
-        key-password: test1234
+        trust-store-password: cmsk-ioc-1234
+        key-password: cmsk-ioc-1234
         key-store-location: "config/uatclient.keystore.jks"
-        key-store-password: test1234
+        key-store-password: cmsk-ioc-1234
 
 
     consumer:
-      bootstrap-servers: 100.76.48.6:4309,100.76.48.7:4309,100.76.48.8:4309
+      bootstrap-servers: 100.76.25.12:4439,100.76.25.13:4439,100.76.25.14:4439
       group-id: _consumer_
       auto-offset-reset: earliest
       key-deserializer: org.apache.kafka.common.serialization.StringDeserializer
@@ -52,10 +52,10 @@ spring:
           identification:
             algorithm: ""
         trust-store-location: "config/uatclient.truststore.jks"
-        trust-store-password: test1234
-        key-password: test1234
+        trust-store-password: cmsk-ioc-1234
+        key-password: cmsk-ioc-1234
         key-store-location: "config/uatclient.keystore.jks"
-        key-store-password: test1234
+        key-store-password: cmsk-ioc-1234
 
 
 alibaba:

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

@@ -1,7 +1,7 @@
 spring:
   profiles:
     active: uat
-  location: Edge  # Edge 边缘测 or Cloud 云端
+  location: Cloud  # Edge 边缘测 or Cloud 云端