fix readme

This commit is contained in:
Shihaam Abdul Rahman 2022-12-14 00:56:21 +05:00
parent c42fcc8ea6
commit 485a744478
Signed by: shihaam
GPG Key ID: 3B007D22E5584980

View File

@ -34,10 +34,10 @@ services:
- Make a new file called `backend-env` and configure it for backend process, here is a sample file:
```env
PORT = 8080
PGUSER = okiba
PGHOST = okiba
PGDATABASE = okiba
PGHOST = okiba-db
PGPORT = 5432
PGUSER = okiba
PGDATABASE = okiba
PGPASSWORD = okiba
```
- Make a new file called `frontend-env` and configure it for frontend process, here is a sample file: