aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-09-14 13:06:54 -0500
committerJesús <heckyel@hyperbola.info>2021-09-14 13:07:04 -0500
commitecb8d406f85b734cb32bf7a5dda602fb3c377ac6 (patch)
treefaf815ca3df5247f03ac1c6820acc02e13371124
parentd2d6e4e56d8347f08abf9e519ad083fe2f2a1768 (diff)
downloadyt-local-ecb8d406f85b734cb32bf7a5dda602fb3c377ac6.tar.lz
yt-local-ecb8d406f85b734cb32bf7a5dda602fb3c377ac6.tar.xz
yt-local-ecb8d406f85b734cb32bf7a5dda602fb3c377ac6.zip
change tor port and app port
-rw-r--r--settings.py4
1 files 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',
}),