init
This commit is contained in:
4
app/hypercorn.toml
Normal file
4
app/hypercorn.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
bind = ["0.0.0.0:8000"]
|
||||
loop = "uvloop"
|
||||
worker_class = "asyncio" # asyncio ou trio
|
||||
workers = 4
|
||||
Reference in New Issue
Block a user