I would like the option to read in env variables, especially useful for defaults: ```yaml base: env.BASE_URL defaults: auth_token: env.AUTH_TOKEN ... ```
I would like the option to read in env variables, especially useful for defaults: