X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric-gateway%2Fconfig%2Fapplication.yaml;h=fb8c1064d0f47dadbfaf1d2a1e3e82a73d1e4e87;hb=HEAD;hp=57d94d7220f80e8b49aca8d200108b085b5bc0a5;hpb=bccdfae0521c7aa6299b2dee2d887e945ffa3490;p=portal%2Fnonrtric-controlpanel.git diff --git a/nonrtric-gateway/config/application.yaml b/nonrtric-gateway/config/application.yaml index 57d94d7..fb8c106 100644 --- a/nonrtric-gateway/config/application.yaml +++ b/nonrtric-gateway/config/application.yaml @@ -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