Method SetDefaultEnvFileName
| Improve this Doc View SourceSetDefaultEnvFileName(String)
Sets the default name of an .env file.
Declaration
IEnvLoader SetDefaultEnvFileName(string envFileName)
Parameters
Type | Name | Description |
---|---|---|
String | envFileName | The default name to set. |
Returns
Type | Description |
---|---|
IEnvLoader | An instance implementing the fluent interface. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException |
|