Skip to content

Commit b45da58

Browse files
authored
DOCSP-26725 Sample Configuration File option (#467)
* DOCSP-26725 Sample Configuration File option * DC feedback * DC edits, sample config intro text * final copy edits * AH feedback
1 parent 37795d9 commit b45da58

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

source/config-file/config-file-options.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,21 @@ You can configure the following settings in a configuration file:
6262
- Configure |compass| to not perform outgoing network operations other
6363
than those to the database.
6464

65+
Example
66+
-------
67+
To view a sample |compass-short| configuration file, run the following command:
68+
69+
.. code-block:: sh
70+
71+
<path-to-Compass-executable> --show-example-config
72+
73+
If you do not already have a configuration file, you can create a configuration
74+
file that uses the sample configuration settings:
75+
76+
.. code-block:: sh
77+
78+
<path-to-Compass-executable> --show-example-config > /etc/mongodb-compass.conf
79+
6580
Learn More
6681
----------
6782

0 commit comments

Comments
 (0)