Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/ROOT/pages/fabric/configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Neo4j Fabric currently supports one Fabric database in a standalone Neo4j DBMS.
These DBMSs form a routing group.
A client application will route transactions through a Neo4j driver or connector to one of the members of the routing group.
A Neo4j DBMS is represented by its Bolt connector address.
Example: xref:reference/configuration-settings.adoc#config_fabric.routing.servers[`fabric.routing.servers=server1:7687,server2:7687`].
Example: `xref:reference/configuration-settings.adoc#config_fabric.routing.servers["fabric.routing.servers=server1:7687,server2:7687"]`.
|===

=== Graph settings
Expand Down