diff options
Diffstat (limited to 'search-data-service/appconfig/elastic-search.properties')
-rwxr-xr-x | search-data-service/appconfig/elastic-search.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/search-data-service/appconfig/elastic-search.properties b/search-data-service/appconfig/elastic-search.properties index 341418d..f874658 100755 --- a/search-data-service/appconfig/elastic-search.properties +++ b/search-data-service/appconfig/elastic-search.properties @@ -1,5 +1,5 @@ # ElasticSearch Configuration es.cluster-name=ES_AAI -es.ip-address= +es.ip-address=aai.elasticsearch.simpledemo.openecomp.org es.http-port=9200 |