Skip to content
Snippets Groups Projects
Commit c781f96b authored by Matt Wise's avatar Matt Wise
Browse files

fix missing application.properties changes

parent 76ae5917
No related branches found
No related tags found
2 merge requests!19Aws integration,!18Aws integration
Pipeline #5098 failed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment