From 241f0a0e2d1704ba109ec982bc69c236d9a372b1 Mon Sep 17 00:00:00 2001 From: Ian Clark Date: Tue, 31 May 2016 21:08:49 -0500 Subject: [PATCH] Issue #133 ADD: - config.yaml Added a comment for the `Whitelist` variable in the config to better explain its purpose --- config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.yaml b/config.yaml index 650a80b..1b30b68 100644 --- a/config.yaml +++ b/config.yaml @@ -5,4 +5,7 @@ MySQLPass: testuser MySQLDB: testdb RedisServer: localhost RedisPort: 6379 +# Whitelist indicates that torrent whitelisting is activated. When torrent +# whitelisting is activated, only pre-approved torrents can be served by +# Notorious Whitelist: false