aboutsummaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index cf1564e..0b6f578 100644
--- a/settings.py
+++ b/settings.py
@@ -30,6 +30,13 @@ SETTINGS_INFO = collections.OrderedDict([
'category': 'network',
}),
+ ('tor_control_port', {
+ 'type': int,
+ 'default': 9151,
+ 'comment': '',
+ 'category': 'network',
+ }),
+
('port_number', {
'type': int,
'default': 8080,