Switch default to localhost. Fixes #107
This commit is contained in:
parent
2eb25968c2
commit
b4ef86145d
3 changed files with 3 additions and 3 deletions
|
|
@ -39,7 +39,7 @@ All command line flags take precedence over the configuration file.
|
|||
#### **`listen_host`**
|
||||
|
||||
* Type: String
|
||||
* Default: "0.0.0.0"
|
||||
* Default: "127.0.0.1"
|
||||
|
||||
The hostname or IP address for Cayley's HTTP server to listen on. Defaults to all interfaces.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue