Skip to content

Commit 5a43c2b

Browse files
Fix the default name of listen_address (#1799)
Copy the [PR#1796](#1796)
1 parent 09b5186 commit 5a43c2b

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
@@ -40,7 +40,7 @@ The available suffixes are described in the table below:
4040
When disabled, Neo4j does not listen for incoming connections on the relevant port.
4141

4242
| `listen_address`
43-
| `127.0.0.1:<connector-default-port>`
43+
| `localhost:<connector-default-port>`
4444
| `xref:reference/configuration-settings.adoc#config_dbms.connector.bolt.listen_address[dbms.connector.bolt.listen_address]`, `xref:reference/configuration-settings.adoc#config_dbms.connector.https.listen_address[dbms.connector.https.listen_address]`, `xref:reference/configuration-settings.adoc#config_dbms.connector.http.listen_address[dbms.connector.http.listen_address]`
4545
| This setting specifies how Neo4j listens for incoming connections.
4646
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)