X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric-gateway%2Fconfig%2Fapplication.yaml;h=fb8c1064d0f47dadbfaf1d2a1e3e82a73d1e4e87;hb=refs%2Fheads%2Fh-release;hp=ce50c44c2bdbbde4f2cb678873f0232dd3ba8de2;hpb=f21ddbbc041b9e65328a225dbecf51867887fa1c;p=portal%2Fnonrtric-controlpanel.git diff --git a/nonrtric-gateway/config/application.yaml b/nonrtric-gateway/config/application.yaml index ce50c44..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=/a1-policy/v2/policy-types/** - - id: policies - uri: https://localhost:8433 + - Path=/a1-policy/** + - id: A1-EI + uri: https://localhost:8434 predicates: - - Path=/a1-policy/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