diff options
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.properties | 2 |
1 files changed, 1 insertions, 1 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 b4bc9427d..a781ed2d1 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 @@ -22,6 +22,6 @@ http.client.services.VFC.managed=true http.client.services.VFC.https=true 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.userName=${envd:VFC_USERNAME} http.client.services.VFC.password=${envd:VFC_PASSWORD} http.client.services.VFC.contextUriPath=${envd:VFC_CONTEXT_URI:api/nslcm/v1/} |