Change private config key to private_tracker

This commit is contained in:
Justin Li 2014-07-23 18:48:01 -04:00
parent 4252cd7eeb
commit fc2d15cdc0
2 changed files with 2 additions and 2 deletions

View file

@ -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"`

View file

@ -10,7 +10,7 @@
"driver": "noop"
},
"private": false,
"private_tracker": false,
"freeleech": false,
"whitelist": false,
"purge_inactive_torrents": true,