aboutsummaryrefslogtreecommitdiffstats
path: root/controlloop/common/feature-controlloop-management/src/main/feature/config/VFC-http-client.properties
diff options
context:
space:
mode:
Diffstat (limited to 'controlloop/common/feature-controlloop-management/src/main/feature/config/VFC-http-client.properties')
-rw-r--r--controlloop/common/feature-controlloop-management/src/main/feature/config/VFC-http-client.properties10
1 files changed, 5 insertions, 5 deletions
diff --git a/controlloop/common/feature-controlloop-management/src/main/feature/config/VFC-http-client.properties b/controlloop/common/feature-controlloop-management/src/main/feature/config/VFC-http-client.properties
index 28a2a75b1..f09880763 100644
--- a/controlloop/common/feature-controlloop-management/src/main/feature/config/VFC-http-client.properties
+++ b/controlloop/common/feature-controlloop-management/src/main/feature/config/VFC-http-client.properties
@@ -20,8 +20,8 @@ http.client.services=VFC
http.client.services.VFC.managed=true
http.client.services.VFC.https=true
-http.client.services.VFC.host=${env:VFC_HOST}
-http.client.services.VFC.port=${env:VFC_PORT}
-http.client.services.VFC.username=${env:VFC_USERNAME}
-http.client.services.VFC.password=${env:VFC_PASSWORD}
-http.client.services.VFC.contextUriPath=api/nslcm/v1
+http.client.services.VFC.host=${envd:VFC_HOST}
+http.client.services.VFC.port=${envd:VFC_PORT}
+http.client.services.VFC.username=${envd:VFC_USERNAME}
+http.client.services.VFC.password=${envd:VFC_PASSWORD}
+http.client.services.VFC.contextUriPath=${envd:VFC_CONTEXT_URI:api/nslcm/v1}