public interface IConfiguration
| Modifier and Type | Method and Description |
|---|---|
int |
getInt(String key)
Get the int associated with the given key in the .env file.
|
String |
getString(String key)
Get the string associated with the given key in the .env file.
|
String getString(String key)
key - the key in the .env fileint getInt(String key)
key - the key in the .env fileCopyright © 2019. All rights reserved.