diff options
author | Jorge Hernandez <jorge.hernandez-herrero@att.com> | 2020-03-25 22:29:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-25 22:29:25 +0000 |
commit | aac8627aac4c01cf668926d995dbce44161328d1 (patch) | |
tree | 6491302ba26a44a5f437a82d2dbf8cb96b734a16 /controlloop/common/feature-controlloop-management/src | |
parent | d4678420f61d439ff5b098f6b76c5ec8fe5332eb (diff) | |
parent | 537860acfcb08280bfc94cb562971842d31eac92 (diff) |
Merge "Restore SO_URL to usecases controller"
Diffstat (limited to 'controlloop/common/feature-controlloop-management/src')
-rw-r--r-- | controlloop/common/feature-controlloop-management/src/main/feature/config/controlloop.properties.environment | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controlloop/common/feature-controlloop-management/src/main/feature/config/controlloop.properties.environment b/controlloop/common/feature-controlloop-management/src/main/feature/config/controlloop.properties.environment index fdd8d421e..78e74c6c2 100644 --- a/controlloop/common/feature-controlloop-management/src/main/feature/config/controlloop.properties.environment +++ b/controlloop/common/feature-controlloop-management/src/main/feature/config/controlloop.properties.environment @@ -31,7 +31,7 @@ aai.url=https://${envd:AAI_HOST}:${envd:AAI_PORT:443}/${envd:AAI_CONTEXT_URI} aai.username=${envd:AAI_USERNAME} aai.password=${envd:AAI_PASSWORD} -so.url=https://${envd:SO_HOST}:${envd:SO_PORT:443}/${envd:SO_CONTEXT_URI} +so.url=${envd:SO_URL} so.username=${envd:SO_USERNAME} so.password=${envd:SO_PASSWORD} |