node-foreman
node-foreman copied to clipboard
.env parsing does not allow for BASH references like other dotenv implementations
When adding an env file with other references. It does not allow inlining.
PORT=3100
APPLICATION_HOST="localhost:$PORT"
Does not work