diff --git a/NOTICE b/NOTICE index c0468c6f34408ae5b79f14dc0245901bb38313a5..19601efd3534dac53f8ee597d465708369b38d5c 100644 --- a/NOTICE +++ b/NOTICE @@ -559,6 +559,7 @@ The following software have components provided under the terms of this license: - OpenCensus (from https://github.com/census-instrumentation/opencensus-java) - PWDB :: Database (from https://repo1.maven.org/maven2/org/linguafranca/pwdb/database) - Plexus Common Utilities (from http://plexus.codehaus.org/plexus-utils, https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils) +- Plexus I18N Component (from https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-i18n) - Plexus Velocity Component (from https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-velocity) - PostgreSQL JDBC Driver - PowerMock (from http://www.powermock.org, https://repo1.maven.org/maven2/org/powermock/powermock-api-mockito) diff --git a/provider/indexer-aws/src/main/resources/application.properties b/provider/indexer-aws/src/main/resources/application.properties index c1fb5c941d31d5a857188a4ed9ee60136713d5d5..0fd4d55c6aeadaf51f3088bbb7608a640431a8bc 100644 --- a/provider/indexer-aws/src/main/resources/application.properties +++ b/provider/indexer-aws/src/main/resources/application.properties @@ -5,6 +5,8 @@ AUTHORIZE_API=${ENTITLEMENTS_BASE_URL}/api/entitlements/v2 logging.level.org.springframework.web=${LOG_LEVEL} server.port=${APPLICATION_PORT} +aws.environment=${ENVIRONMENT} + aws.threads=50 DEFAULT_DATA_COUNTRY=US CRON_INDEX_CLEANUP_THRESHOLD_DAYS=3 @@ -25,6 +27,9 @@ GAE_SERVICE=indexer #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 +PARTITION_PATH=/api/partition/v1 +PARTITION_API=${PARTITION_BASE_URL}${PARTITION_PATH} + 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