# Functions
LoadEnvs checks if all envs are set and loads envs from the .env files into process envs If envs are missing an error is returned that contains the names of all missing envs.
# Variables
DefaultEnvFile determines what file contains the the default env values.
DefaultStageValue sets what stage to use when it is not set.
StageEnv is the name of the environment variable that determines the stage the app is running on.