X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=test%2Fsimulator-group%2Fngw%2Fapplication.yaml;h=92fcf49863729682bcad0c0658156ca988cb37ae;hb=4948912b087b0038d8ca52008aa6d5ae74326f47;hp=f28916854a0cd0664c6a7665160a19d0203a35bc;hpb=f24a7657bf8352936931b845cc9c77f09305089f;p=nonrtric.git diff --git a/test/simulator-group/ngw/application.yaml b/test/simulator-group/ngw/application.yaml index f2891685..92fcf498 100644 --- a/test/simulator-group/ngw/application.yaml +++ b/test/simulator-group/ngw/application.yaml @@ -27,15 +27,15 @@ spring: wiretap: true routes: - id: A1-Policy - uri: https://${POLICY_AGENT_DOMAIN_NAME}:${POLICY_AGENT_EXTERNAL_SECURE_PORT} + uri: https://${A1PMS_DOMAIN_NAME}:${A1PMS_EXTERNAL_SECURE_PORT} predicates: - Path=/a1-policy/** - id: A1-EI - uri: https://${ECS_DOMAIN_NAME}:${ECS_EXTERNAL_SECURE_PORT} + uri: https://${ICS_DOMAIN_NAME}:${ICS_EXTERNAL_SECURE_PORT} predicates: - Path=/ei-producer/** - id: A1-EI2 - uri: https://${ECS_DOMAIN_NAME}:${ECS_EXTERNAL_SECURE_PORT} + uri: https://${ICS_DOMAIN_NAME}:${ICS_EXTERNAL_SECURE_PORT} predicates: - Path=/data-producer/**,/data-consumer/** management: