[web] Fix typo in README
This commit is contained in:
parent
024815795a
commit
96b923be31
@ -80,7 +80,7 @@ npm install
|
|||||||
Now you need to fill out an environment file for local development. Create a `.env` file in `web/.env`. Add this information or changed with the relevant details related to how you set up your database.
|
Now you need to fill out an environment file for local development. Create a `.env` file in `web/.env`. Add this information or changed with the relevant details related to how you set up your database.
|
||||||
|
|
||||||
```env
|
```env
|
||||||
DATABASE_URL=postgresql://bwcontest2:pass123@127.0.0.1:5432/bwcontest2
|
DATABASE_URL=postgresql://bwcontest:pass123@127.0.0.1:5432/bwcontest
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user