Skip to content

Improves the .env file

Lukas Arnold requested to merge b22-improve-env-file into dev

Changes by the commit:

  • Adds an .env.example file to show the format of an .env file
  • Removes unused properties from the .env file
  • Unifies the DB_USERNAME & DB_PASSWORD into the DATABASE property
  • Improves documentation for setting up the application

On merge of this request the following things are to do:

  • Clear the Git history of the .env with password used for production
  • Search for any other appearances in the Git history of passwords used for production

Fixes #36 (closed)

Edited by Lukas Arnold

Merge request reports