node-foreman icon indicating copy to clipboard operation
node-foreman copied to clipboard

.env parsing does not allow for BASH references like other dotenv implementations

Open ryanong opened this issue 2 years ago • 0 comments

When adding an env file with other references. It does not allow inlining.

PORT=3100
APPLICATION_HOST="localhost:$PORT"

Does not work

ryanong avatar Jul 20 '22 19:07 ryanong