fix readme
This commit is contained in:
parent
c42fcc8ea6
commit
485a744478
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user