Browse Source

redis 配置

Trick 6 years ago
parent
commit
65a5ad3006
1 changed files with 3 additions and 3 deletions
  1. 3 3
      svr-base.yml

+ 3 - 3
svr-base.yml

@ -63,7 +63,7 @@ spring:
  zipkin:
    base-url: http://localhost:9411 #日志追踪的地址
  redis:
    host: 192.168.131.174 # Redis server host.
    host: 192.168.131.172 # Redis server host.
    port: 6379 # Redis server port.
---
@ -88,7 +88,7 @@ spring:
  zipkin:
    base-url: http://localhost:9411 #日志追踪的地址
  redis:
    host: 192.168.131.174 # Redis server host.
    host: 192.168.131.172 # Redis server host.
    port: 6379 # Redis server port.
---
@ -113,5 +113,5 @@ spring:
  zipkin:
    base-url: http://localhost:9411 #日志追踪的地址
  redis:
    host: 192.168.131.174 # Redis server host.
    host: 192.168.131.172 # Redis server host.
    port: 6379 # Redis server port.