Update setup instructions to MySQL database

This commit is contained in:
Marcus Hof 2023-07-25 22:50:41 +02:00 committed by GitHub
parent 09cf1a80f0
commit e9515bb068
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,8 +57,8 @@
<details>
<summary>Configure DATABASE_URL</summary>
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`.
</details>
<details>