mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 22:24:23 +01:00
0.0.0.0 bind for teos
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import os
|
import os
|
||||||
from teos.utils.auth_proxy import AuthServiceProxy
|
from teos.utils.auth_proxy import AuthServiceProxy
|
||||||
|
|
||||||
HOST = "localhost"
|
HOST = "0.0.0.0"
|
||||||
PORT = 9814
|
PORT = 9814
|
||||||
DATA_DIR = os.path.expanduser("~/.teos/")
|
DATA_DIR = os.path.expanduser("~/.teos/")
|
||||||
CONF_FILE_NAME = "teos.conf"
|
CONF_FILE_NAME = "teos.conf"
|
||||||
|
|||||||
Reference in New Issue
Block a user