Switch default to localhost. Fixes #107
This commit is contained in:
parent
2eb25968c2
commit
b4ef86145d
3 changed files with 3 additions and 3 deletions
|
|
@ -62,7 +62,7 @@ Just as before:
|
|||
And you'll see a message not unlike
|
||||
|
||||
```bash
|
||||
Cayley now listening on 0.0.0.0:64210
|
||||
Cayley now listening on 127.0.0.1:64210
|
||||
```
|
||||
|
||||
If you visit that address (often, [http://localhost:64210](http://localhost:64210)) you'll see the full web interface and also have a graph ready to serve queries via the [HTTP API](/docs/HTTP.md)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue