From 9430ff52db21e458cd1d11f2ff2211945dd793d9 Mon Sep 17 00:00:00 2001 From: Rafal Zukowicz Date: Mon, 7 Sep 2020 08:55:22 +0000 Subject: [PATCH] changing logappender DB --- src/main/resources/data-access.properties | 4 ++-- src/main/resources/logback.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/data-access.properties b/src/main/resources/data-access.properties index 122952c..7273c4d 100644 --- a/src/main/resources/data-access.properties +++ b/src/main/resources/data-access.properties @@ -1,2 +1,2 @@ -redis.host = localhost -redis.port = 6379 \ No newline at end of file +redis.host = redis-server +redis.port = 6379 diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml index a6c3385..2087fd3 100644 --- a/src/main/resources/logback.xml +++ b/src/main/resources/logback.xml @@ -3,7 +3,7 @@ - localhost + redis-server 6379 logstash