mirror of
https://github.com/sot-tech/mochi.git
synced 2026-06-14 00:23:35 -07:00
mockConfig.Addr :80 -> :34000
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
|
||||
// MockConfig is a pre-initialized config that can be used for testing purposes.
|
||||
var MockConfig = Config{
|
||||
Addr: ":80",
|
||||
Addr: ":34000",
|
||||
Tracker: DataStore{
|
||||
Driver: "mock",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user