Skip to content
Snippets Groups Projects
Commit a9231cef authored by Yifei Xu's avatar Yifei Xu
Browse files

Add variable definition in AWS application.properties to fix pod crashing

parent 35757541
No related branches found
No related tags found
1 merge request!410Add variable definition in AWS application.properties to fix pod crashing
Pipeline #141564 failed
...@@ -5,6 +5,8 @@ AUTHORIZE_API=${ENTITLEMENTS_BASE_URL}/api/entitlements/v2 ...@@ -5,6 +5,8 @@ AUTHORIZE_API=${ENTITLEMENTS_BASE_URL}/api/entitlements/v2
logging.level.org.springframework.web=${LOG_LEVEL} logging.level.org.springframework.web=${LOG_LEVEL}
server.port=${APPLICATION_PORT} server.port=${APPLICATION_PORT}
aws.environment=${ENVIRONMENT}
aws.threads=50 aws.threads=50
DEFAULT_DATA_COUNTRY=US DEFAULT_DATA_COUNTRY=US
CRON_INDEX_CLEANUP_THRESHOLD_DAYS=3 CRON_INDEX_CLEANUP_THRESHOLD_DAYS=3
...@@ -25,6 +27,9 @@ GAE_SERVICE=indexer ...@@ -25,6 +27,9 @@ GAE_SERVICE=indexer
#reusing STORAGE_BASE_URL variable here as the base url to point to schema service #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 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_SCHEMA_HOST=${STORAGE_BASE_URL}/api/storage/v2/schemas
STORAGE_QUERY_RECORD_HOST=${STORAGE_BASE_URL}/api/storage/v2/query/records 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_KINDS_HOST=${STORAGE_BASE_URL}/api/storage/v2/query/kinds
......
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