diff options
Diffstat (limited to 'plans/aai/search-data-service/appconfig/elastic-search.properties')
-rw-r--r-- | plans/aai/search-data-service/appconfig/elastic-search.properties | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plans/aai/search-data-service/appconfig/elastic-search.properties b/plans/aai/search-data-service/appconfig/elastic-search.properties new file mode 100644 index 00000000..5d9a37c0 --- /dev/null +++ b/plans/aai/search-data-service/appconfig/elastic-search.properties @@ -0,0 +1,6 @@ +# ElasticSearch Configuration + +es.cluster-name=ES_AAI +es.http-port=9200 + +## The IP address will be injected by the csit setup script |