rails7-startkit
rails7-startkit copied to clipboard
Can we change .env to .env.example?
Otherwise, the .env will get pushed to the production environment and override the environment variables if they are not defined. Also, we may have accidentally pushed the .env to the repository if it is in Git.
Great idea!