diff --git a/sbn_survey_image_service/config/env.py b/sbn_survey_image_service/config/env.py index 760914e..2cec193 100644 --- a/sbn_survey_image_service/config/env.py +++ b/sbn_survey_image_service/config/env.py @@ -37,7 +37,7 @@ class SBNSISEnvironment: # Gunicorn parameters LIVE_GUNICORN_INSTANCES: int = -1 APP_NAME: str = "sbnsis-service" - API_HOST: str = "0.0.0.0" + API_HOST: str = "127.0.0.1" API_PORT: int = 5000 BASE_HREF: str = "/" IS_DAEMON: str = "TRUE"