Set LOGLEVEL in example .env file

This commit is contained in:
Philipp Wolfer 2021-06-16 17:30:05 +02:00 committed by Georg Krause
parent c73cec641a
commit 5b209e584a
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 5 additions and 2 deletions

View File

@ -43,8 +43,11 @@ FUNKWHALE_WEB_WORKERS=4
FUNKWHALE_HOSTNAME=yourdomain.funkwhale
FUNKWHALE_PROTOCOL=https
# Configure email sending using this variale
# By default, funkwhale will output emails sent to stdout
# Log level (debug, info, warning, error, critical)
LOGLEVEL=info
# Configure e-mail sending using this variale
# By default, funkwhale will output e-mails sent to stdout
# here are a few examples for this setting
# EMAIL_CONFIG=consolemail:// # output emails to console (the default)
# EMAIL_CONFIG=dummymail:// # disable email sending completely