1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/funkwhale_ynh.git synced 2024-09-03 18:36:24 +02:00

Update env.prod

This commit is contained in:
Thomas 2021-04-15 12:43:13 +02:00 committed by GitHub
parent 0642a6f417
commit f281a83b16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ FUNKWHALE_API_IP=127.0.0.1
FUNKWHALE_API_PORT=__PORT__
# 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
FUNKWHALE_WEB_WORKERS=6
# Replace this by the definitive, public domain you will use for
# your instance
FUNKWHALE_HOSTNAME=__DOMAIN__