diff options
author | Chocobozzz <me@florianbigard.com> | 2019-04-10 09:23:18 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-04-10 09:23:18 +0200 |
commit | 31b6ddf86652502e0c96d77fa10861ce4af11aa4 (patch) | |
tree | b94402972945699134b2a504af5d551124f0bf54 /support/docker | |
parent | 22834691abb6e74d31654ffd2ebeaaaa8ef3ac7b (diff) | |
download | PeerTube-31b6ddf86652502e0c96d77fa10861ce4af11aa4.tar.gz PeerTube-31b6ddf86652502e0c96d77fa10861ce4af11aa4.tar.zst PeerTube-31b6ddf86652502e0c96d77fa10861ce4af11aa4.zip |
Add ability to disable tracker
Diffstat (limited to 'support/docker')
-rw-r--r-- | support/docker/production/config/production.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
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: | |||
46 | log: | 46 | log: |
47 | level: 'info' # debug/info/warning/error | 47 | level: 'info' # debug/info/warning/error |
48 | 48 | ||
49 | tracker: | ||
50 | enabled: true | ||
51 | reject_too_many_announces: false # false because we have issues with traefik and ws ip/port forwarding | ||
52 | |||
49 | admin: | 53 | admin: |
50 | email: null | 54 | email: null |