the-teacher / rails7-startkit

Launch Rails with 1 shell command!
https://github.com/the-teacher/rails7-startkit
MIT License
577 stars 80 forks source link

Can we change .env to .env.example? #54

Open ronald2wing opened 7 months ago

ronald2wing commented 7 months ago

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.

ilya-zykin commented 5 months ago

Great idea!