Redis access point changed

This commit is contained in:
2021-04-28 17:47:05 +02:00
parent f2d56a48d2
commit 4fead23a1b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
redis.host = localhost
redis.host = redis
redis.port = 6379

View File

@@ -3,7 +3,7 @@
<include resource="org/springframework/boot/logging/logback/base.xml"/>
<!--https://github.com/kmtong/logback-redis-appender-->
<appender name="LOGSTASH" class="com.release11.klaus.utilis.RedisAppender">
<host>localhost</host>
<host>redis</host>
<port>6379</port>
<key>logstash</key>
<layout class="ch.qos.logback.classic.PatternLayout">