You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a newcomer to node & express, I was not familiar with the .env files and misunderstood the readme instructions.
The setup instructions state: "Setup .env file with the relevant variables"
I thought this meant to just put my values in example.env. But "example.env" is not automatically picked up by the code as is, it also needs to be renamed to ".env".
I would suggest editing the readme to reflect this, adding an explicit step of:
rename "example.env" to ".env"
The text was updated successfully, but these errors were encountered:
As a newcomer to node & express, I was not familiar with the .env files and misunderstood the readme instructions.
The setup instructions state: "Setup .env file with the relevant variables"
I thought this meant to just put my values in example.env. But "example.env" is not automatically picked up by the code as is, it also needs to be renamed to ".env".
I would suggest editing the readme to reflect this, adding an explicit step of:
rename "example.env" to ".env"
The text was updated successfully, but these errors were encountered: