changing redis host
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
redis.host = localhost
|
||||
redis.host = redis-server
|
||||
redis.port = 6379
|
||||
BIN
src/main/resources/static/img/update-button.png
Normal file
BIN
src/main/resources/static/img/update-button.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
@@ -3,8 +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-server</host>
|
||||
<port>6379</port>
|
||||
<key>logstash</key>
|
||||
<layout class="ch.qos.logback.classic.PatternLayout">
|
||||
|
||||
@@ -10,7 +10,7 @@ import org.springframework.stereotype.Component;
|
||||
|
||||
@Generated(
|
||||
value = "org.mapstruct.ap.MappingProcessor",
|
||||
date = "2020-09-09T17:18:22+0200",
|
||||
date = "2020-09-11T10:05:20+0200",
|
||||
comments = "version: 1.3.1.Final, compiler: javac, environment: Java 14.0.1 (Oracle Corporation)"
|
||||
)
|
||||
@Component
|
||||
|
||||
Reference in New Issue
Block a user