Skip to content

Commit ed2b3d3

Browse files
authored
Merge pull request #2392 from baxterjimuk/patch-1
Update part13a.md
2 parents 16b28bf + 8a672a5 commit ed2b3d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/13/en/part13a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ The Fly.io connect-string is of the form
311311

312312
```bash
313313
$ cat .env
314-
DATABASE_URL=postgres://postgres:<password>@localhost:5432/postgres
314+
DATABASE_URL=postgres://postgres:<password>@127.0.0.1:5432/postgres
315315
```
316316

317317
Password was shown when the database was created, so hopefully you have not lost it!

0 commit comments

Comments
 (0)