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 | 2 |
1 files changed, 1 insertions, 1 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 65e1b4ff6..9e32aac32 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 @@ -22,6 +22,6 @@ http.client.services.SO.managed=true http.client.services.SO.https=true 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.userName=${envd:SO_USERNAME} http.client.services.SO.password=${envd:SO_PASSWORD} http.client.services.SO.contextUriPath=${envd:SO_CONTEXT_URI} |