Skip to content
Snippets Groups Projects
Commit 2f712e52 authored by Abhay Joshi's avatar Abhay Joshi
Browse files

Merge branch 'aws-integration-bios-useragent' into 'master'

UserAgent Changes

See merge request !490
parents 52645378 e739b5bd
No related branches found
No related tags found
1 merge request!490UserAgent Changes
Pipeline #185640 failed
......@@ -33,6 +33,7 @@ aws.region=${AWS_REGION}
aws.dynamodb.endpoint=dynamodb.${AWS_REGION}.amazonaws.com
# if this is turned on then the service tries to connect to elastic search
management.health.elasticsearch.enabled=false
......
......@@ -36,6 +36,10 @@ aws.dynamodb.entityTypeTable.ssm.relativePath=${ENTITY_TYPE_TABLE_SSM_RELATIVE_P
aws.dynamodb.schemaInfoTable.ssm.relativePath=${SCHEMA_INFO_TABLE_SSM_RELATIVE_PATH:services/core/schema/SchemaInfoTable}
aws.dynamodb.sourceTable.ssm.relativePath=${SOURCE_TABLE_SSM_RELATIVE_PATH:services/core/schema/SourceTable}
# AWS user agent variables
aws.disableUserAgent=${DISABLE_USER_AGENT}
aws.osduVersion={OSDU_VERSION}
# if this is turned on then the service tries to connect to elastic search
management.health.elasticsearch.enabled=false
......
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