From 05b685a1ab71ccc45d77a8e8bfbd0e28b0d1b6d9 Mon Sep 17 00:00:00 2001 From: zhijie wang <wanzhiji@amazon.com> Date: Sun, 15 Aug 2021 10:28:21 -0700 Subject: [PATCH] update properties for path --- .../src/main/resources/application.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/provider/indexer-aws/src/main/resources/application.properties b/provider/indexer-aws/src/main/resources/application.properties index 4f635efa5..27054c982 100644 --- a/provider/indexer-aws/src/main/resources/application.properties +++ b/provider/indexer-aws/src/main/resources/application.properties @@ -22,13 +22,13 @@ aws.es.certificate.disableTrust=${ELASTIC_DISABLE_CERTIFICATE_TRUST:false} GAE_SERVICE=indexer -#reusing STORAGE_HOST variable here as the base url to point to schema service -SCHEMA_HOST=${STORAGE_HOST}/api/schema-service/v1/schema +#reusing STORAGE_BASE_URL variable here as the base url to point to schema service +SCHEMA_HOST=${SCHEMA_BASE_URL}/api/schema-service/v1/schema -STORAGE_SCHEMA_HOST=${STORAGE_HOST}/api/storage/v2/schemas -STORAGE_QUERY_RECORD_HOST=${STORAGE_HOST}/api/storage/v2/query/records -STORAGE_QUERY_KINDS_HOST=${STORAGE_HOST}/api/storage/v2/query/kinds -STORAGE_QUERY_RECORD_FOR_CONVERSION_HOST=${STORAGE_HOST}/api/storage/v2/query/records:batch +STORAGE_SCHEMA_HOST=${STORAGE_BASE_URL}/api/storage/v2/schemas +STORAGE_QUERY_RECORD_HOST=${STORAGE_BASE_URL}/api/storage/v2/query/records +STORAGE_QUERY_KINDS_HOST=${STORAGE_BASE_URL}/api/storage/v2/query/kinds +STORAGE_QUERY_RECORD_FOR_CONVERSION_HOST=${STORAGE_BASE_URL}/api/storage/v2/query/records:batch STORAGE_RECORDS_BATCH_SIZE=20 INDEXER_QUEUE_HOST="" ## AWS ElastiCache configuration -- GitLab