From 77e5575986b95687cc1b3c0e23ca67fd0db4c8b8 Mon Sep 17 00:00:00 2001 From: aniebietafia Date: Sun, 3 Aug 2025 00:23:35 +0100 Subject: [PATCH] added actuator endpoint to security config. Signed-off-by: aniebietafia --- src/main/resources/application-prod.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application-prod.properties b/src/main/resources/application-prod.properties index 873c83b..618162c 100644 --- a/src/main/resources/application-prod.properties +++ b/src/main/resources/application-prod.properties @@ -78,7 +78,7 @@ twilio.phone-number=${TWILIO_PHONE_NUMBER} # Redis (ElastiCache) spring.data.redis.host=${ELASTICACHE_ENDPOINT} spring.data.redis.port=${ELASTICACHE_PORT} -spring.data.redis.ssl.enabled=false +spring.data.redis.ssl.enabled=true spring.data.redis.timeout=2000 spring.data.redis.database=0