diff options
Diffstat (limited to 'controlloop/common/feature-controlloop-management/src/main/feature/config/SO-http-client.properties')
-rw-r--r-- | controlloop/common/feature-controlloop-management/src/main/feature/config/SO-http-client.properties | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/controlloop/common/feature-controlloop-management/src/main/feature/config/SO-http-client.properties b/controlloop/common/feature-controlloop-management/src/main/feature/config/SO-http-client.properties index 45e77ad15..65e1b4ff6 100644 --- a/controlloop/common/feature-controlloop-management/src/main/feature/config/SO-http-client.properties +++ b/controlloop/common/feature-controlloop-management/src/main/feature/config/SO-http-client.properties @@ -20,8 +20,8 @@ http.client.services=SO http.client.services.SO.managed=true http.client.services.SO.https=true -http.client.services.SO.host=${env:SO_HOST} -http.client.services.SO.port=${env:SO_PORT} -http.client.services.SO.username=${env:SO_USERNAME} -http.client.services.SO.password=${env:SO_PASSWORD} -http.client.services.SO.contextUriPath= +http.client.services.SO.host=${envd:SO_HOST} +http.client.services.SO.port=${envd:SO_PORT} +http.client.services.SO.username=${envd:SO_USERNAME} +http.client.services.SO.password=${envd:SO_PASSWORD} +http.client.services.SO.contextUriPath=${envd:SO_CONTEXT_URI} |