Change of ECS to ICS in test env
[nonrtric.git] / test / simulator-group / ngw / application.yaml
index f289168..f87389c 100644 (file)
@@ -31,11 +31,11 @@ spring:
         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: