Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2024-11-16 04:12:53 +01:00
document ENV_FILE variable usage
Dieser Commit ist enthalten in:
Ursprung
8295688bed
Commit
c59a7f4a8c
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
|
@ -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
|
||||
|
|
Laden …
In neuem Issue referenzieren