This commit is contained in:
2025-08-31 00:29:53 +02:00
parent 191bd84573
commit 29611b15ca
87 changed files with 2451 additions and 0 deletions

9
app/hypercorn_dev.toml Normal file
View File

@@ -0,0 +1,9 @@
bind = ["0.0.0.0:8000"]
loop = "uvloop"
worker_class = "asyncio" # asyncio ou trio
workers = 4
debug = true
reload = true
accesslog = "-"
errorlog = "-"
loglevel = "INFO"