Document location for cli env file on macOS
This commit is contained in:
parent
19fd429e24
commit
63a6fdceff
|
@ -0,0 +1 @@
|
||||||
|
Document location of cli env file on macOS (\!1354)
|
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue