Skip to content

Commit aebbeb0

Browse files
authored
Update README.md
1 parent c1379d1 commit aebbeb0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ JWT_KEY=<your secret JWT seed phrase or key>
5353
DATABASE_URL=<your connection string based on above variables>
5454
' >> ./.env
5555
```
56+
The `DATABASE_URL` is not a very clear var name, and the string is broken down as `postgress://username:password@host:port/database_name`
5657

57-
And example of the `DATABASE_URL` would be `DATABASE_URL=postgres://user:pass@example.com:5432/dbname`
58+
An example of the `DATABASE_URL` would be `DATABASE_URL=postgres://user:pass@localhost:5432/dbname`
5859

5960
The various variables are defined as follows:
6061
- `NODE_ENV` = The label for your environment.

0 commit comments

Comments
 (0)