aboutsummaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index dd39c9b..942f79c 100644
--- a/settings.py
+++ b/settings.py
@@ -22,6 +22,12 @@ SETTINGS_INFO = collections.OrderedDict([
],
}),
+ ('tor_port', {
+ 'type': int,
+ 'default': 9150,
+ 'comment': '',
+ }),
+
('port_number', {
'type': int,
'default': 8080,