mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
Fix address bind
This commit is contained in:
@@ -17,8 +17,7 @@ import search_bot
|
||||
|
||||
NETRC_FILE = r"C:\Users\Activcom.pl\.netrc"
|
||||
|
||||
#HOST_ADDRESS = "192.168.1.191"
|
||||
HOST_ADDRESS = "0.0.0.0"
|
||||
HOST_ADDRESS = "192.168.1.192"
|
||||
PORT_ADDRESS = 5001
|
||||
DATABASE_PATH = r'C:\\Database\\chunks'
|
||||
ENCODING = "utf-8"
|
||||
|
||||
Reference in New Issue
Block a user