mirror of
https://github.com/sot-tech/mochi.git
synced 2026-06-12 15:53:32 -07:00
Change private config key to private_tracker
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@ type Config struct {
|
||||
Tracker DriverConfig `json:"tracker"`
|
||||
Backend DriverConfig `json:"backend"`
|
||||
|
||||
Private bool `json:"private"`
|
||||
Private bool `json:"private_tracker"`
|
||||
Freeleech bool `json:"freeleech"`
|
||||
Whitelist bool `json:"whitelist"`
|
||||
PurgeInactiveTorrents bool `json:"purge_inactive_torrents"`
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@
|
||||
"driver": "noop"
|
||||
},
|
||||
|
||||
"private": false,
|
||||
"private_tracker": false,
|
||||
"freeleech": false,
|
||||
"whitelist": false,
|
||||
"purge_inactive_torrents": true,
|
||||
|
||||
Reference in New Issue
Block a user