diff options
Diffstat (limited to 'epsdk-app-onap/src')
-rwxr-xr-x | epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties | 3 | ||||
-rwxr-xr-x | epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties index 96fa22082..0fe2f4e15 100755 --- a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties +++ b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties @@ -197,7 +197,6 @@ scheduler.server.url=http://BYO.scheduler:8989/scheduler scheduler.submit.new.vnf.change=/v1/ChangeManagement/schedules/{scheduleId}/approvals scheduler.get.schedules=/v1/ChangeManagement/schedules/scheduleDetails/ -scheduler.basic.auth= features.set.filename=onap.features.properties @@ -205,4 +204,4 @@ vid.asyncJob.howLongToKeepOldJobsInDays=7 # thread definition - count and timeout (in seconds) vid.thread.count=50 -vid.thread.timeout=30
\ No newline at end of file +vid.thread.timeout=30 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 726b56f09..54359c2fb 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 @@ -153,7 +153,6 @@ 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= features.set.filename=onap.features.properties @@ -161,4 +160,4 @@ vid.asyncJob.howLongToKeepOldJobsInDays=7 # thread definition - count and timeout (in seconds) vid.thread.count=50 -vid.thread.timeout=30
\ No newline at end of file +vid.thread.timeout=30 |