From c781f96b9b09a370025cf4abe1b628ff74f6f6d0 Mon Sep 17 00:00:00 2001
From: Matt Wise <wsmatth@amazon.com>
Date: Wed, 29 Jul 2020 09:16:31 -0500
Subject: [PATCH] fix missing application.properties changes

---
 provider/indexer-aws/src/main/resources/application.properties | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/provider/indexer-aws/src/main/resources/application.properties b/provider/indexer-aws/src/main/resources/application.properties
index 78fdb52f7..9c856a37e 100644
--- a/provider/indexer-aws/src/main/resources/application.properties
+++ b/provider/indexer-aws/src/main/resources/application.properties
@@ -10,6 +10,7 @@ CRON_INDEX_CLEANUP_THRESHOLD_DAYS=3
 CRON_EMPTY_INDEX_CLEANUP_THRESHOLD_DAYS=7
 
 # AWS ES configuration
+# DO NOT COMMENT THESE OUT THEY ARE PLACE HOLDERS
 ELASTIC_HOST=""
 ELASTIC_PORT=0
 aws.es.host=${ELASTIC_HOST}
@@ -51,3 +52,5 @@ aws.elasticsearch.host=${aws.ssm.prefix}/elastic-search/end-point
 aws.elasticsearch.port=${aws.ssm.prefix}/elastic-search/end-point-port
 aws.indexer.sns.topic.arn=${aws.ssm.prefix}/indexer/indexer-sns-topic-arn
 aws.storage.sns.topic.arn=${aws.ssm.prefix}/storage/storage-sns-topic-arn
+
+aws.storage.sqs.queue.url=${aws.ssm.prefix}/storage/storage-sqs-url
-- 
GitLab