docs: Add create_on_announce to list of config keys

This commit is contained in:
Justin Li 2015-03-24 00:32:59 -04:00
parent f083bb8477
commit 6490c8f51d

View file

@ -85,6 +85,13 @@ The listen address for the HTTP server. If only a port is specified, the tracker
Whether this is a public or private tracker.
##### `create_on_announce`
type: bool
default: true
Whether to register new torrents with the tracker when any client announces (`true`), or to return an error if the torrent doesn't exist (`false`). This should be set to `false` for private trackers in most cases.
##### `purge_inactive_torrents`
type: bool