Fix #862: replaced Daphne by Gunicorn/Uvicorn
This commit is contained in:
parent
2ddd721f6b
commit
4de78995c0
13 changed files with 33 additions and 111 deletions
|
|
@ -34,7 +34,9 @@ FUNKWHALE_VERSION=latest
|
|||
# example: FUNKWHALE_API_PORT=5678
|
||||
FUNKWHALE_API_IP=127.0.0.1
|
||||
FUNKWHALE_API_PORT=5000
|
||||
|
||||
# The number of web workers to start in parallel. Higher means you can handle
|
||||
# more concurrent requests, but also leads to higher CPU/Memory usage
|
||||
FUNKWHALE_WEB_WORKERS=1
|
||||
# Replace this by the definitive, public domain you will use for
|
||||
# your instance
|
||||
FUNKWHALE_HOSTNAME=yourdomain.funkwhale
|
||||
|
|
@ -168,4 +170,4 @@ AWS_STORAGE_BUCKET_NAME=
|
|||
# If you are using Amazon S3 to serve media directly, you will need to specify your region
|
||||
# name in order to access files. Example:
|
||||
# AWS_S3_REGION_NAME=eu-west-2
|
||||
# AWS_S3_REGION_NAME=
|
||||
# AWS_S3_REGION_NAME=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue