This commit is contained in:
2025-01-04 14:40:52 +01:00
commit 053272b71a
13 changed files with 385 additions and 0 deletions

3
hypercorn_config.toml Normal file
View File

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