mockConfig.Addr :80 -> :34000
This commit is contained in:
parent
0fd90b86d3
commit
90491dc386
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import (
|
||||||
|
|
||||||
// MockConfig is a pre-initialized config that can be used for testing purposes.
|
// MockConfig is a pre-initialized config that can be used for testing purposes.
|
||||||
var MockConfig = Config{
|
var MockConfig = Config{
|
||||||
Addr: ":80",
|
Addr: ":34000",
|
||||||
Tracker: DataStore{
|
Tracker: DataStore{
|
||||||
Driver: "mock",
|
Driver: "mock",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue