Implements ApplicationConfig by loading a configuration from a YAML file. Values can reference to environment variables with $ENV_VAR, ${ENV_VAR}, or "$ENV_VAR:default_value" syntax.
$ENV_VAR
${ENV_VAR}
"$ENV_VAR:default_value"
Report a problem