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.
2 parents 16b28bf + 8a672a5 commit ed2b3d3Copy full SHA for ed2b3d3
src/content/13/en/part13a.md
@@ -311,7 +311,7 @@ The Fly.io connect-string is of the form
311
312
```bash
313
$ cat .env
314
-DATABASE_URL=postgres://postgres:<password>@localhost:5432/postgres
+DATABASE_URL=postgres://postgres:<password>@127.0.0.1:5432/postgres
315
```
316
317
Password was shown when the database was created, so hopefully you have not lost it!
0 commit comments