mirror of
https://github.com/LBRYFoundation/tracker.git
synced 2025-08-30 17:01:32 +00:00
default to addr 127.0.0.1:6881
This commit is contained in:
parent
fb528b1fc3
commit
3cc4679454
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ type Config struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
var DefaultConfig = Config{
|
var DefaultConfig = Config{
|
||||||
Addr: ":6881",
|
Addr: "127.0.0.1:6881",
|
||||||
Tracker: DriverConfig{
|
Tracker: DriverConfig{
|
||||||
Name: "mock",
|
Name: "mock",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue