diff options
author | 2017-12-20 00:06:05 -0500 | |
---|---|---|
committer | 2017-12-20 08:58:23 -0500 | |
commit | c98976b030ed96f41a59d19d8a86717d483973b9 (patch) | |
tree | 0e72c108ef3d236afb93a05088613015a56f9f92 /sparky/appconfig/search-service.properties | |
parent | 090cd5a6aa2f80e833d0f256d4a0ec30dd113486 (diff) |
Update test-config for sparky-be
Change-Id: I8609426198bd70f8a0f8989274c09f013ab4edb4
Signed-off-by: dave.adams (da490c) <dave.adams@amdocs.com>
Issue-ID: AAI-565
Diffstat (limited to 'sparky/appconfig/search-service.properties')
-rw-r--r-- | sparky/appconfig/search-service.properties | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/sparky/appconfig/search-service.properties b/sparky/appconfig/search-service.properties deleted file mode 100644 index 83f2f55..0000000 --- a/sparky/appconfig/search-service.properties +++ /dev/null @@ -1,32 +0,0 @@ -########################################################################################
-############################## Search Data Service Config ##############################
-########################################################################################
-
-############################## Networking ##############################
-#
-# The ip address/hostname and port to the desired Search Data Service instance
-#
-search-service.ipAddress=aai.searchservice.simpledemo.openecomp.org
-search-service.httpPort=9509
-
-############################## Indexes ##############################
-#
-# Index values that will be associated with searches
-#
-# Searchable entities
-search-service.indexName=entity-search-index
-# Inventory searches
-search-service.topographicalIndexName=topography-search-index
-search-service.entityCountHistoryIndexName=entitycounthistoryindex
-
-############################## Version ##############################
-#
-# Search Data Service version and type (see Search Data Service for more details)
-#
-search-service.version=v1
-search-service.type=default
-
-############################## Certs ##############################
-search-service.ssl.cert-name=client-cert-onap.p12
-search-service.ssl.keystore-password=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10
-search-service.ssl.keystore=tomcat_keystore
\ No newline at end of file |