Documentation for missing DEFAULT_FROM_EMAIL setting

This commit is contained in:
Eliot Berriot 2018-05-06 16:23:23 +02:00
commit 82f5dc20f3
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
4 changed files with 30 additions and 11 deletions

View file

@ -6,7 +6,7 @@
# - DJANGO_SECRET_KEY
# - DJANGO_ALLOWED_HOSTS
# - FUNKWHALE_URL
# - EMAIL_CONFIG (if you plan to send emails)
# - EMAIL_CONFIG and DEFAULT_FROM_EMAIL if you plan to send emails)
# On non-docker setup **only**, you'll also have to tweak/uncomment those variables:
# - DATABASE_URL
# - CACHE_URL
@ -52,6 +52,9 @@ FUNKWHALE_URL=https://yourdomain.funwhale
# EMAIL_CONFIG=smtp+ssl://user@:password@youremail.host:465'
# EMAIL_CONFIG=smtp+tls://user@:password@youremail.host:587'
# The email address to use to send systme emails. By default, we will
# DEFAULT_FROM_EMAIL=noreply@yourdomain
# Depending on the reverse proxy used in front of your funkwhale instance,
# the API will use different kind of headers to serve audio files
# Allowed values: nginx, apache2