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

    adding useragent changes
parent e19f4e55
No related branches found
No related tags found
1 merge request!602aws-sync-dev-to-master
......@@ -42,6 +42,10 @@ aws.elasticache.cluster.key=${CACHE_CLUSTER_KEY:null}
aws.elasticache.cluster.index.expiration=60
aws.elasticache.cluster.schema.expiration=60
# AWS user agent variables
aws.disableUserAgent=${DISABLE_USER_AGENT}
aws.osduVersion={OSDU_VERSION}
# Maximum size of cache value
MAX_CACHE_VALUE_SIZE=1000
......@@ -50,6 +54,8 @@ MAX_CACHE_VALUE_SIZE=1000
aws.ssm=${SSM_ENABLED}
server.ssl.enabled=${SSL_ENABLED:true}
server.ssl.key-store-type=PKCS12
server.ssl.key-store=${SSL_KEY_STORE_PATH:/certs/osduonaws.p12}
......
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