Mandeep Khinda | bae5c98 | 2017-08-30 14:37:10 +0000 | [diff] [blame] | 1 | ######################################################################################## |
| 2 | ############################## Search Data Service Config ############################## |
| 3 | ######################################################################################## |
| 4 | |
| 5 | ############################## Networking ############################## |
| 6 | # |
| 7 | # The ip address/hostname and port to the desired Search Data Service instance |
| 8 | # |
kj | 9bf2731 | 2018-03-19 15:07:44 +0200 | [diff] [blame] | 9 | search-service.ipAddress=aai-search-data.{{.Release.Namespace}} |
Mandeep Khinda | bae5c98 | 2017-08-30 14:37:10 +0000 | [diff] [blame] | 10 | search-service.httpPort=9509 |
| 11 | |
| 12 | ############################## Indexes ############################## |
| 13 | # |
| 14 | # Index values that will be associated with searches |
| 15 | # |
| 16 | # Searchable entities |
| 17 | search-service.indexName=entitysearchindex |
| 18 | # Inventory searches |
| 19 | search-service.topographicalIndexName=topographicalsearchindex |
| 20 | search-service.entityCountHistoryIndexName=entitycounthistoryindex |
| 21 | |
| 22 | ############################## Version ############################## |
| 23 | # |
| 24 | # Search Data Service version and type (see Search Data Service for more details) |
| 25 | # |
| 26 | search-service.version=v1 |
| 27 | search-service.type=default |
| 28 | |
| 29 | ############################## Certs ############################## |
| 30 | search-service.ssl.cert-name=client-cert-onap.p12 |
| 31 | search-service.ssl.keystore-password=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10 |
BorislavG | 8bfc6cf | 2018-02-27 15:04:26 +0000 | [diff] [blame] | 32 | search-service.ssl.keystore=tomcat_keystore |