change tor port and app port

This commit is contained in:
Jesús 2021-09-14 13:06:54 -05:00
parent d2d6e4e56d
commit ecb8d406f8
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -39,7 +39,7 @@ SETTINGS_INFO = collections.OrderedDict([
('tor_port', { ('tor_port', {
'type': int, 'type': int,
'default': 9150, 'default': 9050,
'comment': '', 'comment': '',
'category': 'network', 'category': 'network',
}), }),
@ -53,7 +53,7 @@ SETTINGS_INFO = collections.OrderedDict([
('port_number', { ('port_number', {
'type': int, 'type': int,
'default': 8080, 'default': 9010,
'comment': '', 'comment': '',
'category': 'network', 'category': 'network',
}), }),