diff --git a/provider/partition-aws/src/main/resources/application.properties b/provider/partition-aws/src/main/resources/application.properties index 1d5f89d7f512ad0340b664d1d533160c1d36100e..a5f1e4feed00c8c2111306ef303b0f96c8ca7e75 100644 --- a/provider/partition-aws/src/main/resources/application.properties +++ b/provider/partition-aws/src/main/resources/application.properties @@ -45,6 +45,6 @@ server.ssl.key-store-password=${SSL_KEY_STORE_PASSWORD:} spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.security.SecurityAutoConfiguration ## AWS ElastiCache configuration -aws.elasticache.cluster.endpoint=${CACHE_CLUSTER_ENDPOINT} -aws.elasticache.cluster.port=${CACHE_CLUSTER_PORT} -aws.elasticache.cluster.key=${CACHE_CLUSTER_KEY} \ No newline at end of file +aws.elasticache.cluster.endpoint=${CACHE_CLUSTER_ENDPOINT:null} +aws.elasticache.cluster.port=${CACHE_CLUSTER_PORT:null} +aws.elasticache.cluster.key=${CACHE_CLUSTER_KEY:null} \ No newline at end of file