From ecb8d406f85b734cb32bf7a5dda602fb3c377ac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 14 Sep 2021 13:06:54 -0500 Subject: change tor port and app port --- settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.py b/settings.py index 77fe3fa..d7112b4 100644 --- a/settings.py +++ b/settings.py @@ -39,7 +39,7 @@ SETTINGS_INFO = collections.OrderedDict([ ('tor_port', { 'type': int, - 'default': 9150, + 'default': 9050, 'comment': '', 'category': 'network', }), @@ -53,7 +53,7 @@ SETTINGS_INFO = collections.OrderedDict([ ('port_number', { 'type': int, - 'default': 8080, + 'default': 9010, 'comment': '', 'category': 'network', }), -- cgit v1.2.3