Browse Source

Changing redis addr in example to match compose file

clement 1 năm trước cách đây
mục cha
commit
4d638c44eb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/settings.toml.example

+ 1 - 1
src/settings.toml.example

@@ -1,7 +1,7 @@
 [bimng]
 bindaddr = "0.0.0.0"
 bindport = 8080
-redisaddr = "redis://127.0.0.1:6379"
+redisaddr = "redis://redis:6379"
 
 [ldap]
 hostname = "example.com"