Parameters are read from file and parsed as a dotenv document.
The document is read as the first request is served and the following ones are served from what it held then, so
that edits made while the vault is in use are not seen for its lifetime.
Parameters
file: string = ".env"
The path of the dotenv document to be read, resolved against the base path of the execution the vault
is created in, as getPath defines; defaults to .env
Creates a dotenv vault.
Parameters are read from
fileand parsed as a dotenv document.The document is read as the first request is served and the following ones are served from what it held then, so that edits made while the vault is in use are not seen for its lifetime.