Offers following functionalities:
GetString(key: string): string
=> fetching string value from envGetInt(key: string): int
=> fetching int value from envGetBool(key: string): bool
=> fetching bool value from env
Offers following functionalities:
GetString(key: string): string
=> fetching string value from envGetInt(key: string): int
=> fetching int value from envGetBool(key: string): bool
=> fetching bool value from env