diff options
author | Amichai Hemli <ah0398@intl.att.com> | 2018-10-09 11:23:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-09 11:23:31 +0000 |
commit | 14c0e1ba34802d3baa76eb360964bd8a11030cc0 (patch) | |
tree | 8fed45c1e6642940a7ab6483bfd52b57fbc53eff /epsdk-app-onap/src/main/webapp | |
parent | 66962852e3a62ea7b14f2ac2d5af53fe77177306 (diff) | |
parent | 08f41afcbd8222e9376ab6d3873899999590b7cd (diff) |
Merge "Correct flow for ScaleOut"
Diffstat (limited to 'epsdk-app-onap/src/main/webapp')
-rwxr-xr-x | epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties index e6c939fbf..06a2e6b53 100755 --- a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties +++ b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties @@ -144,4 +144,4 @@ mso.dme2.client.timeout=${MSO_DME2_CLIENT_TIMEOUT} mso.dme2.client.read.timeout=${MSO_DME2_CLIENT_READ_TIMEOUT}
mso.dme2.server.url=${MSO_DME2_SERVER_URL}
mso.dme2.enabled=${MSO_DME2_ENABLED}
-
+scheduler.basic.auth=
|