This website works better with JavaScript.
首頁
探索
登入
pollutri
/
res_levis_backend
關註
1
收藏
0
複製
0
程式碼
問題管理
1
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
fix: expose server port to all addresses inside the container
chore/proposed-structure
Blaz Smehov
4 週之前
父節點
0063c4ec8e
當前提交
7228a950bb
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
cmd/server/main.go
+ 1
- 1
cmd/server/main.go
查看文件
@@ -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…
取消
儲存