diff --git a/README.md b/README.md index bb83c665..0b895125 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ This will also create a login account with username **admin** and password **uma Create an `.env` file with the following ``` +DATABASE_TYPE=mysql or postgres DATABASE_URL=(connection url) HASH_SALT=(any random string) ```