Skip to content

Commit 0de890d

Browse files
Fix the default name of listen_address (neo4j#1796) (neo4j#1798)
1 parent 9bf30f8 commit 0de890d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/configuration/connectors.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The network connectors are configured by settings in the format `server.<network
4242
When disabled, Neo4j does not listen for incoming connections on the relevant port.
4343

4444
| `listen_address`
45-
| `127.0.0.1:<network-connector-default-port>`
45+
| `localhost:<network-connector-default-port>`
4646
| `xref:configuration/configuration-settings.adoc#config_server.bolt.listen_address[server.bolt.listen_address]`, `xref:configuration/configuration-settings.adoc#config_server.https.listen_address[server.https.listen_address]`, `xref:configuration/configuration-settings.adoc#config_server.http.listen_address[server.http.listen_address]`
4747
| This setting specifies how Neo4j listens for incoming connections.
4848
It consists of two parts; an IP address (e.g. 127.0.0.1 or 0.0.0.0) and a port number (e.g. 7687), and is expressed in the format `<ip-address>:<port-number>`.

0 commit comments

Comments
 (0)