This commit is contained in:
Jo Vuit 2019-01-22 13:10:14 +01:00
parent ed4c36040e
commit 6f6f6ac2b3
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ Automatically load .env file
On non-docker deployments, earlier versions required you to source On non-docker deployments, earlier versions required you to source
the config/.env file before launching any Funkwhale command, with ``export $(cat config/.env | grep -v ^# | xargs)`` the config/.env file before launching any Funkwhale command, with ``export $(cat config/.env | grep -v ^# | xargs)``
This led to more complex and error prode deployment / setup. This led to more complex and error prone deployment / setup.
This is not the case anymore, and Funkwhale will automatically load this file if it's available. This is not the case anymore, and Funkwhale will automatically load this file if it's available.