Skip to content
Closed
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
12 changes: 6 additions & 6 deletions source/includes/fact-multiple-hosts.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
To connect to a replica set, you can specify the replica set seed
name, and a seed list of set members, in the following format:

.. code-block:: javascript

<replica_set_name>/<hostname1><:port>,<hostname2:<port>,...
To connect to a replica set, you can specify the replica set seed
name, and a seed list of set members, in the following format:
.. code-block:: javascript
<replica_set_name>/<hostname1>:<port>,<hostname2>:<port>,...