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
SocksPort 9830
ControlPort 9831
CookieAuthentication 1
#CookieAuthentication 1
'''.strip())
tor_data = os.path.join(settings.data_path, 'TorData')
if sys.platform == 'win32':