CarnegieLearningWeb / UpGrade

Framework for adding A/B testing to education applications
https://www.upgradeplatform.org/
BSD 3-Clause "New" or "Revised" License
25 stars 11 forks source link

Update repo so .env.local.dev handled the same way as .env #1483

Open danoswaltCL opened 2 weeks ago

danoswaltCL commented 2 weeks ago

.env.local.dev really should be removed from git history so we can avoid any issues with hard-coding env vars.

  1. Create a .env.local.dev.example file and scrub out specifics.
  2. Put .env.local.dev in .gitignore
  3. Update gitbook documentation to show how to create on .env.local.dev file in the docker setup instructions.