Document location for cli env file on macOS

This commit is contained in:
Matthew J 2021-08-04 09:06:47 +00:00 committed by Georg Krause
parent 19fd429e24
commit 63a6fdceff
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
Document location of cli env file on macOS (\!1354)

View File

@ -87,7 +87,7 @@ To work, the CLI needs to be pointed to a Funkwhale server. This can be done in
Env file Env file
^^^^^^^^ ^^^^^^^^
The CLI will try to read configuration options from a ``.env`` file in the current directory, or from ``~/.config/funkwhale/env``. The CLI will try to read configuration options from a ``.env`` file in the current directory. If this file is not present, it will read the configuration options from ``~/.config/funkwhale/env`` on Linux or ``~/Library/Application Support/funkwhale/env`` on macOS.
You can also give it a path to another env file via the ``-e /path/to/.envfile`` flag or the ``ENV_FILE`` environment variable. You can also give it a path to another env file via the ``-e /path/to/.envfile`` flag or the ``ENV_FILE`` environment variable.