diff --git a/provider/indexer-aws/src/main/resources/application.properties b/provider/indexer-aws/src/main/resources/application.properties index 78fdb52f7df76dec63d2cdaffa1c5bed067c1d4b..9c856a37e29c248efccb99e4ab59e0e0b2e930c4 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