0.0.0.0 bind for teos

This commit is contained in:
2020-04-05 17:18:01 +02:00
parent 102b89cb9d
commit cafe282db5

View File

@@ -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"