mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-18 15:52:10 +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"
|
NETRC_FILE = r"C:\Users\Activcom.pl\.netrc"
|
||||||
|
|
||||||
#HOST_ADDRESS = "192.168.1.191"
|
HOST_ADDRESS = "192.168.1.192"
|
||||||
HOST_ADDRESS = "0.0.0.0"
|
|
||||||
PORT_ADDRESS = 5001
|
PORT_ADDRESS = 5001
|
||||||
DATABASE_PATH = r'C:\\Database\\chunks'
|
DATABASE_PATH = r'C:\\Database\\chunks'
|
||||||
ENCODING = "utf-8"
|
ENCODING = "utf-8"
|
||||||
|
|||||||
Reference in New Issue
Block a user