We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1379d1 commit aebbeb0Copy full SHA for aebbeb0
README.md
@@ -53,8 +53,9 @@ JWT_KEY=<your secret JWT seed phrase or key>
53
DATABASE_URL=<your connection string based on above variables>
54
' >> ./.env
55
```
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`
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`
59
60
The various variables are defined as follows:
61
- `NODE_ENV` = The label for your environment.
0 commit comments