Closed huseyinkozan closed 3 years ago
Hi,
Is it possible to use env in yaml ?
Like root: $HOME, or an .env file and its vars like root: ${MY_P_DIR}.
root: $HOME
.env
root: ${MY_P_DIR}
Thanks for the suggestion.
Implemented in version 0.1.1
Thanks
Hi,
Is it possible to use env in yaml ?
Like
root: $HOME
, or an.env
file and its vars likeroot: ${MY_P_DIR}
.