Fix #862: replaced Daphne by Gunicorn/Uvicorn

This commit is contained in:
Eliot Berriot 2019-06-19 10:26:09 +02:00
commit 4de78995c0
13 changed files with 33 additions and 111 deletions

View file

@ -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=