From e9515bb068cb82722bc49861ce808cf6ecbcde3a Mon Sep 17 00:00:00 2001 From: Marcus Hof <13001502+MarconLP@users.noreply.github.com> Date: Tue, 25 Jul 2023 22:50:41 +0200 Subject: [PATCH] Update setup instructions to MySQL database --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6f510f5..67f814d 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,8 @@
Configure DATABASE_URL - 1. Open [Railway](https://railway.app/) and click "Start a New Project", and select Provision "PostgreSQL". - 2. Select the Postgres App and copy the `DATABASE_URL` into the `.env`. + 1. Open [Railway](https://railway.app/) and click "Start a New Project", and select Provision "MySQL". + 2. Select the MySQL App and copy the `DATABASE_URL` into the `.env`.
@@ -107,4 +107,4 @@ npm run test:e2e Please see our contributing guide at `CONTRIBUTING.md` ## License -Distributed under the AGPLv3 License. See `LICENSE.md` for more information. \ No newline at end of file +Distributed under the AGPLv3 License. See `LICENSE.md` for more information.