What format does the .env file use?
Pomax opened this issue · 2 comments
Pomax commented
The README.md does not mention whether the following are accepted, or silently rejected:
export VAR="somevalue"
VAR="somevalue"
VAR=somevalue
Which of these will succeed, and which will get rejected?
ddollar commented
NAME=value
NAME=value
Pomax commented
worth noting in the README.md?