tracker/example_config.yaml
2016-08-16 22:17:10 -04:00

40 lines
676 B
YAML

trakr:
announce_interval: 15m
prometheus_addr: localhost:6880
http:
addr: 0.0.0.0:6881
allow_ip_spoofing: false
real_ip_header: x-real-ip
read_timeout: 5s
write_timeout: 5s
request_timeout: 5s
udp:
addr: 0.0.0.0:6881
allow_ip_spoofing: false
storage:
name: memory
config:
shards: 1
gc_interval: 15m
gc_expiration: 15m
prehooks:
- name: jwt
config:
jwk_set_uri: ""
jwk_set_update_interval: 5m
jwt_audience: ""
- name: approved_client
config:
type: whitelist
clients:
- OP1011
posthooks:
- name: gossip
config:
boostrap_node: 127.0.0.1:6881