botkit-starter-slack
botkit-starter-slack copied to clipboard
.env configuration for development and production
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?