Closed JohnLegrandRichards closed 4 years ago
Ability to use ENV variables in the YML configuration is very important to hide secrets or give developers a chance to create more generalized templates
root: !ENV ${MYPROJECT_ROOT_PATH}
This has been released in 0.3.1. Thanks @JohnLegrandRichards!
0.3.1
Ability to use ENV variables in the YML configuration is very important to hide secrets or give developers a chance to create more generalized templates
root: !ENV ${MYPROJECT_ROOT_PATH}