From 01e51b2e24f62cfe3212682da6827cdcc5059430 Mon Sep 17 00:00:00 2001 From: Jiri Vrany Date: Wed, 6 Aug 2025 12:34:55 +0200 Subject: [PATCH] update config sample --- config.example.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.example.py b/config.example.py index 32b3efd..80dc9f2 100644 --- a/config.example.py +++ b/config.example.py @@ -56,6 +56,9 @@ class Config: RD_STRING = "7654:3210" RD_LABEL = "label for RD" + # list of RTBH Communities that are allowed to be used in whitelist, real ID from DB + ALLOWED_COMMUNITIES = [1, 2, 3] + class ProductionConfig(Config): """