public static class Dotenv.Instance
The dotenv instance
| Modifier and Type | Method and Description |
|---|---|
DotenvBuilder |
configure()
Configure dotenv
|
Dotenv |
load()
Load the the contents of .env into the virtual environment.
Environment variables in the host environment override those in .env
|
@JvmStatic @NotNull public DotenvBuilder configure()
Configure dotenv
@JvmStatic @NotNull public Dotenv load()
Load the the contents of .env into the virtual environment. Environment variables in the host environment override those in .env