init
This commit is contained in:
9
app/hypercorn_dev.toml
Normal file
9
app/hypercorn_dev.toml
Normal 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"
|
||||
Reference in New Issue
Block a user