Interface: DotenvOptions
Interface: DotenvOptions
Configuration options for dotenv and dotenv-expand.
Extends
DotenvConfigOptions
Properties
expand?
optional expand: boolean;
Expands variables within values in the .env file.
ignoreProcessEnv?
optional ignoreProcessEnv: boolean;
Ignores the process environment variables.
