Skip to content
Snippets Groups Projects
Commit 63a82515 authored by Abhay Joshi's avatar Abhay Joshi Committed by Madalyn Marabella
Browse files

adding useragent changes

parent 326da178
No related branches found
No related tags found
1 merge request!273adding useragent changes
Pipeline #185231 failed
java $JAVA_OPTS -jar /app.jar java $JAVA_OPTS -jar /app.jar
\ No newline at end of file
...@@ -30,6 +30,10 @@ osdu.crs.catalog.filename=${CRS_CATALOG_FILENAME:/data/crs_catalog_v2.json} ...@@ -30,6 +30,10 @@ osdu.crs.catalog.filename=${CRS_CATALOG_FILENAME:/data/crs_catalog_v2.json}
aws.elasticache.cluster.endpoint=${CACHE_CLUSTER_ENDPOINT} aws.elasticache.cluster.endpoint=${CACHE_CLUSTER_ENDPOINT}
aws.elasticache.cluster.port=${CACHE_CLUSTER_PORT} aws.elasticache.cluster.port=${CACHE_CLUSTER_PORT}
# 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 # if this is turned on then the service tries to connect to elastic search
management.health.elasticsearch.enabled=false 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