# Functions
GetEnvString gets the environment variable for a key and if that env-var hasn't been set it returns the default value.
GetEnvBool gets the environment variable for a key and if that env-var hasn't been set it returns the default value.
GetEnvFloat gets the environment variable for a key and if that env-var hasn't been set it returns the default value.
GetEnvInt gets the environment variable for a key and if that env-var hasn't been set it returns the default value.
GetEnvString gets the environment variable for a key and if that env-var hasn't been set it returns the default value.