diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-09-19 18:24:06 +0200 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-09-19 18:24:06 +0200 |
commit | 2b15edd224cc6dcff90e170959102eb1a1bb1a50 (patch) | |
tree | 4d43f647565300b70015f4366a0416c98ca40e15 /src/main/resources/application.properties | |
parent | eaea5ad06aa510cbf36bb95c920932ab6de0e6de (diff) |
Removal of useless files & bugfix
Removal of DCAE useless files, and bugfixes SDC calls(+CldsDAO bug), and
insertion of the search engine for Model Properties window in UI
Change-Id: Ia68117bb917807eaf8e8e317f391f90b6d948135
Issue-ID: CLAMP-54
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r-- | src/main/resources/application.properties | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index a7b16f250..ae5d31a98 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -133,8 +133,6 @@ async.core.pool.size=10 async.max.pool.size=20
async.queue.capacity=500
-org.onap.clamp.config.dcae.url=http://dcae.api.simpledemo.openecomp.org:9000/closedloop-dcae-services
-
#GRM Edge endpoint details
service.name=ajsc6camundademo
service.version=1.0.0.0
|