diff options
author | Joel Beckmeyer <[email protected]> | 2022-02-16 14:42:12 -0500 |
---|---|---|
committer | Joel Beckmeyer <[email protected]> | 2022-02-16 14:42:12 -0500 |
commit | c59a7f4a8cb5d2c2cd03e82ca909eb753303fb0b (patch) | |
tree | f3f982801f5cc345aa9c1b70bbe6ae4af8db799f | |
parent | 8295688bed720c8f0b5a7bfb9b0e0586463a1004 (diff) | |
download | vaultwarden-c59a7f4a8cb5d2c2cd03e82ca909eb753303fb0b.tar.gz vaultwarden-c59a7f4a8cb5d2c2cd03e82ca909eb753303fb0b.zip |
document ENV_FILE variable usage
-rw-r--r-- | .env.template | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.env.template b/.env.template index 8da88cdc..5bc3d047 100644 --- a/.env.template +++ b/.env.template @@ -3,6 +3,11 @@ ## ## Be aware that most of these settings will be overridden if they were changed ## in the admin interface. Those overrides are stored within DATA_FOLDER/config.json . +## +## By default, vaultwarden expects for this file to be named ".env" and located +## in the current working directory. If this is not the case, the environment +## variable ENV_FILE can be set to the location of this file prior to starting +## vaultwarden. ## Main data folder # DATA_FOLDER=data |