Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Name is the name of this Provider Name = "dotenv" // FilesEnvVar is the environment variable which lists the files to load FilesEnvVar = "DOTENV_FILES" )
Variables ¶
View Source
var EnvVars = map[string]string{
"DOTENV_FILES": `if DOTENV_FILES is set, will iterate over each file, parse and inject into Environ. If DOTENV_FILES is
not set, will look for any .env files in CWD.
e.g. DOTENV_FILES=/path/to/file1:/path/to/file2:...`,
}
EnvVars is a map of known vonfiguration environment variables and their usage descriptions
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.