Consumer service
[portal/nonrtric-controlpanel.git] / docker-compose / nonrtric-gateway / config / application-nonrtricgateway.yaml
index 656ebaf..cee5398 100644 (file)
@@ -27,13 +27,13 @@ spring:
         wiretap: true
       routes:
       - id: A1-Policy
-        uri: https://localhost:8433
+        uri: https://policy-agent:8433
         predicates:
         - Path=/a1-policy/**
       - id: A1-EI
-        uri: https://localhost:8434
+        uri: https://ecs:8434
         predicates:
-        - Path=/data-producer/**
+        - Path=/data-producer/**,/data-consumer/**
 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