modrinth / code

The Modrinth monorepo containing all code which powers Modrinth!
https://modrinth.com
Other
984 stars 187 forks source link

refactor: move .env to .env.example #2883

Open Erb3 opened 2 weeks ago

Erb3 commented 2 weeks ago

Moved .env files to .env.example files. Checked them out of git, .env is already in the root .gitignore. It's annoying to work with .env files checked in, they make it a lot easier to leak credentials, and harder to pull upstream.