Skip to content

Commit

Permalink
Use IPv4 form for loopback address
Browse files Browse the repository at this point in the history
localhost can resolve to the IPv6 form on macOS, which runserver does
not listen to by default.
  • Loading branch information
ghickman committed Jul 13, 2023
1 parent a646b7b commit 40f4ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ electron app pointing at that by setting the SACRO_URL env var.

```
just run &
export SACRO_URL=http://localhost:8000
export SACRO_URL=http://127.0.0.1:8000
just sacro-app/run
```

Expand Down

0 comments on commit 40f4ee0

Please sign in to comment.