diff --git a/teos/__init__.py b/teos/__init__.py index 707c7ec..ff1db3b 100644 --- a/teos/__init__.py +++ b/teos/__init__.py @@ -1,7 +1,7 @@ import os from teos.utils.auth_proxy import AuthServiceProxy -HOST = "localhost" +HOST = "0.0.0.0" PORT = 9814 DATA_DIR = os.path.expanduser("~/.teos/") CONF_FILE_NAME = "teos.conf"