This website works better with JavaScript.
Home
Explore
Sign In
pollutri
/
res_levis_backend
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix: expose server port to all addresses inside the container
chore/proposed-structure
Blaz Smehov
4 weeks ago
parent
0063c4ec8e
commit
7228a950bb
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
cmd/server/main.go
+ 1
- 1
cmd/server/main.go
View File
@@ -31,7 +31,7 @@ func HttpServer(addr string) {
r := mux.NewRouter()
client := redis.NewClient(&redis.Options{
Addr: "
kafka
:6379",
Addr: "
valkey
:6379",
Password: "",
})
Write
Preview
Loading…
Cancel
Save