Update hypercorn_config.toml

This commit is contained in:
2025-04-01 22:40:46 +02:00
committed by GitHub
parent 1e6aae3931
commit 6b0e4e2703

View File

@@ -1,3 +1,3 @@
bind = "127.0.0.1:5000" bind = "0.0.0.0:5000"
workers = 1 workers = 1
reload = true reload = true