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
{{ message }}
This repository was archived by the owner on Jun 17, 2024. It is now read-only.
Since the .env file contains sensitive information, isn't it best to include it in the .gitignore file and then add an if statement that checks if NODE_ENV doesn't equal production before including .env configuration from file?
Since the .env file contains sensitive information, isn't it best to include it in the .gitignore file and then add an if statement that checks if
NODE_ENVdoesn't equal production before including .env configuration from file?