From b8e8977c71900d1ea8319d1e4c4f0b4e2db279c7 Mon Sep 17 00:00:00 2001 From: Johanna Siegel Date: Wed, 27 Nov 2024 10:44:59 +0100 Subject: [PATCH] testing github actions #6 --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 8622510..155ed0b 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -4,7 +4,7 @@ # for local deplyoment change redis.host to 127.0.0.1 (when the application runs inside docker redis.host neds to be redis) #spring.data.redis.host=redis # Default profile (common settings) -spring.data.redis.host=127.0.0.1 +spring.data.redis.host=redis spring.data.redis.port=6379 spring.data.redis.username= spring.data.redis.password=