Skip to content

Commit

Permalink
update port
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-parker committed Dec 23, 2024
1 parent 58499ae commit f029f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonames/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,4 @@ def post(self):
config = yaml.safe_load(open("config/default.yaml", encoding="utf-8"))
app.config["insdc_country_code_mapping"] = config.get("insdc_country_code_mapping", {})
debug_mode = os.getenv("FLASK_DEBUG", "False").lower() in ("true", "1", "t")
app.run(debug=debug_mode)
app.run(debug=debug_mode, host="0.0.0.0", port=5000)

0 comments on commit f029f07

Please sign in to comment.