Update docker-compose file and data scripts in nonrtric repo
[nonrtric.git] / docker-compose / nonrtric-gateway / config / application-nonrtricgateway.yaml
index ac39f6b..5c5d64a 100644 (file)
@@ -26,14 +26,14 @@ spring:
       httpserver:
         wiretap: true
       routes:
-      - id: policytypes
+      - id: A1-Policy
         uri: https://policy-agent:8433
         predicates:
-        - Path=/a1-policy/v2/policy-types/**
-      - id: policies
-        uri: https://policy-agent:8433
+        - Path=/a1-policy/**
+      - id: A1-EI
+        uri: https://ecs:8434
         predicates:
-        - Path=/a1-policy/v2/policies/**
+        - Path=/data-producer/**
 management:
   endpoint:
     gateway:
@@ -49,4 +49,4 @@ logging:
     org.springframework.cloud.gateway: INFO
     reactor.netty: INFO
   file:
-    name: /var/log/nonrtric-gateway/application.log
\ No newline at end of file
+    name: /var/log/nonrtric-gateway/application.log