Update setup instructions to MySQL database
This commit is contained in:
parent
09cf1a80f0
commit
e9515bb068
1 changed files with 3 additions and 3 deletions
|
|
@ -57,8 +57,8 @@
|
||||||
<details>
|
<details>
|
||||||
<summary>Configure DATABASE_URL</summary>
|
<summary>Configure DATABASE_URL</summary>
|
||||||
|
|
||||||
1. Open [Railway](https://railway.app/) and click "Start a New Project", and select Provision "PostgreSQL".
|
1. Open [Railway](https://railway.app/) and click "Start a New Project", and select Provision "MySQL".
|
||||||
2. Select the Postgres App and copy the `DATABASE_URL` into the `.env`.
|
2. Select the MySQL App and copy the `DATABASE_URL` into the `.env`.
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
<details>
|
<details>
|
||||||
|
|
@ -107,4 +107,4 @@ npm run test:e2e
|
||||||
Please see our contributing guide at `CONTRIBUTING.md`
|
Please see our contributing guide at `CONTRIBUTING.md`
|
||||||
|
|
||||||
## License
|
## License
|
||||||
Distributed under the AGPLv3 License. See `LICENSE.md` for more information.
|
Distributed under the AGPLv3 License. See `LICENSE.md` for more information.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue