disable authentication to make running multiple nodes easier

This commit is contained in:
j 2019-02-20 18:35:23 +05:30
parent fa9482de48
commit a45445d114
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ AvoidDiskWrites 1
Log notice stdout Log notice stdout
SocksPort 9830 SocksPort 9830
ControlPort 9831 ControlPort 9831
CookieAuthentication 1 #CookieAuthentication 1
'''.strip()) '''.strip())
tor_data = os.path.join(settings.data_path, 'TorData') tor_data = os.path.join(settings.data_path, 'TorData')
if sys.platform == 'win32': if sys.platform == 'win32':