main
tamguo 7 years ago
parent 200565c2dc
commit a81d4929fa

@ -47,7 +47,7 @@ spring.thymeleaf.encoding=UTF-8
spring.thymeleaf.content-type=text/html spring.thymeleaf.content-type=text/html
spring.thymeleaf.cache=false spring.thymeleaf.cache=false
redis.hostname=47.100.175.14 redis.hostname=127.0.0.1
redis.port=6379 redis.port=6379
redis.password= redis.password=

@ -4,6 +4,6 @@
<pool maxActive="50" maxIdle="20" maxWait="1000" /> <pool maxActive="50" maxIdle="20" maxWait="1000" />
<servers> <servers>
<!-- test --> <!-- test -->
<server ip="47.100.175.14" port="6379"/> <server ip="127.0.0.1" port="6379"/>
</servers> </servers>
</redis> </redis>
Loading…
Cancel
Save