CI: Migrate Sonar Scan job to GHA
[portal/nonrtric-controlpanel.git] / nonrtric-gateway / config / application.yaml
index 57d94d7..fb8c106 100644 (file)
@@ -26,14 +26,14 @@ spring:
       httpserver:
         wiretap: true
       routes:
-      - id: policytypes
+      - id: A1-Policy
         uri: https://localhost:8433
         predicates:
-        - Path=/v2/policy-types/**
-      - id: policies
-        uri: https://localhost:8433
+        - Path=/a1-policy/**
+      - id: A1-EI
+        uri: https://localhost:8434
         predicates:
-        - Path=/v2/policies
+        - 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