summaryrefslogtreecommitdiffstats
path: root/kubernetes/config/docker/init/src/config/aai/sparky-be/appconfig/search-service.properties
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/config/docker/init/src/config/aai/sparky-be/appconfig/search-service.properties')
-rw-r--r--kubernetes/config/docker/init/src/config/aai/sparky-be/appconfig/search-service.properties32
1 files changed, 32 insertions, 0 deletions
diff --git a/kubernetes/config/docker/init/src/config/aai/sparky-be/appconfig/search-service.properties b/kubernetes/config/docker/init/src/config/aai/sparky-be/appconfig/search-service.properties
new file mode 100644
index 0000000000..fb4a2f9c96
--- /dev/null
+++ b/kubernetes/config/docker/init/src/config/aai/sparky-be/appconfig/search-service.properties
@@ -0,0 +1,32 @@
+########################################################################################
+############################## Search Data Service Config ##############################
+########################################################################################
+
+############################## Networking ##############################
+#
+# The ip address/hostname and port to the desired Search Data Service instance
+#
+search-service.ipAddress=search-data-service
+search-service.httpPort=9509
+
+############################## Indexes ##############################
+#
+# Index values that will be associated with searches
+#
+# Searchable entities
+search-service.indexName=entitysearchindex
+# Inventory searches
+search-service.topographicalIndexName=topographicalsearchindex
+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