Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.

Commit

Permalink
(fix): docker redis config
Browse files Browse the repository at this point in the history
  • Loading branch information
adwpc committed Nov 8, 2021
1 parent ddefdac commit a9d15be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configs/docker/app-room.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ level = "info"
[nats]
url = "nats://nats:4222"

[redis]
addrs = [":6379"]
password = ""
db = 0

0 comments on commit a9d15be

Please sign in to comment.