From a5e0cee2854aec45c4a2727a0d945f66bb737498 Mon Sep 17 00:00:00 2001 From: modzeleg Date: Mon, 26 Apr 2021 13:50:44 +0200 Subject: [PATCH] Data access change --- src/main/resources/data-access.properties | 2 +- src/main/resources/logback.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/data-access.properties b/src/main/resources/data-access.properties index 27196b6..122952c 100644 --- a/src/main/resources/data-access.properties +++ b/src/main/resources/data-access.properties @@ -1,2 +1,2 @@ -redis.host = redis +redis.host = localhost redis.port = 6379 \ No newline at end of file diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml index 651420c..eca6395 100644 --- a/src/main/resources/logback.xml +++ b/src/main/resources/logback.xml @@ -3,7 +3,7 @@ - redis + localhost 6379 logstash