From 31b6ddf86652502e0c96d77fa10861ce4af11aa4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 10 Apr 2019 09:23:18 +0200 Subject: Add ability to disable tracker --- support/docker/production/config/production.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'support') diff --git a/support/docker/production/config/production.yaml b/support/docker/production/config/production.yaml index 846c838e8..d585cd73e 100644 --- a/support/docker/production/config/production.yaml +++ b/support/docker/production/config/production.yaml @@ -46,5 +46,9 @@ storage: log: level: 'info' # debug/info/warning/error +tracker: + enabled: true + reject_too_many_announces: false # false because we have issues with traefik and ws ip/port forwarding + admin: email: null -- cgit v1.2.3