Skip to content

Commit

Permalink
Default host is localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
mkelley committed Aug 21, 2024
1 parent 8bf2463 commit ae9bdf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbn_survey_image_service/config/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ae9bdf8

Please sign in to comment.