tracker/example_config.json
Jimmy Zelinskie ddd10d9732 Begin refactor to better encapsulate configuration
This also updates the example_config.json which did not previously work.
Config.Config is now composed of embedded structs of other configs that
can later be used to clearly have a separation of concerns.
2014-11-01 20:12:40 -04:00

24 lines
624 B
JSON

{
"private_enabled": false,
"freeleech_enabled": false,
"purge_inactive_torrents": true,
"announce": "30m",
"min_announce": "15m",
"default_num_want": 50,
"torrent_map_shards": 1,
"allow_ip_spoofing": true,
"dual_stacked_peers": true,
"real_ip_header": "",
"respect_af": false,
"client_whitelist_enabled": false,
"http_listen_addr": ":6881",
"http_request_timeout": "10s",
"http_read_timeout": "10s",
"http_write_timeout": "10s",
"http_listen_limit": 0,
"driver": "noop",
"stats_buffer_size": 0,
"include_mem_stats": true,
"verbose_mem_stats": false,
"mem_stats_interval": "5s"
}