Skip to content

Commit

Permalink
Accept connections from all hosts in poe tasks dev
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Mar 24, 2024
1 parent 61b4846 commit 562e1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ruff = ">=0.1.0"
poethepoet = ">=0.24.2"

[tool.poe.tasks.dev]
shell = "uvicorn --workers 4 --port 8888 --reload lvmapi.app:app"
shell = "uvicorn --workers 4 --host 0.0.0.0 --port 8888 --reload lvmapi.app:app"
env.PASSWORD = "$2b$12$o.9xYgbQKS5uuph/qM/0ou6fAua1A0N.n4bce45A2rC90OtROutLy"
env.SECRET_KEY = "33744caf930b8c695ec39221dd158e9c5fda13d0d19d1417ec71cf189aad6508"

Expand Down

0 comments on commit 562e1e2

Please sign in to comment.