Selaa lähdekoodia

feat(redis):调整redis地址。

yuj 7 vuotta sitten
vanhempi
commit
78f48af671
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/main/resources/dev/redis.properties

+ 1 - 1
src/main/resources/dev/redis.properties

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