File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ om-full = "MongoDB Ops Manager"
26
26
ent-build = " MongoDB Enterprise"
27
27
hardlink = " https://docs.mongodb.com/bi-connector/"
28
28
adc = " :abbr:`ADC (Active Directory Controller)`"
29
+ api = " :abbr:`API (Application Programming Interface)`"
29
30
bi-atlas-short-link = " :doc:`BI Connector for Atlas </atlas-bi-connector>`"
30
31
bi-atlas-short = " BI Connector for Atlas"
31
32
bi-atlas = " MongoDB Connector for Business Intelligence for MongoDB Atlas"
Original file line number Diff line number Diff line change
1
+ You may use expansion directives in your configuration file to load
2
+ externally sourced configuration values. Expansion directives
3
+ obscure confidential information like security certificates and
4
+ passwords.
5
+
6
+ To learn more about using expansion directives, see :manual: `Externally Sourced Configuration File Values </reference/expansion-directives/> `
7
+ in the MongoDB manual.
Original file line number Diff line number Diff line change 7
7
.. contents:: On this page
8
8
:local:
9
9
:backlinks: none
10
- :depth: 1
10
+ :depth: 2
11
11
:class: singlecol
12
12
13
13
.. meta::
@@ -283,6 +283,10 @@ You may configure :binary:`~bin.mongosqld` using a `YAML <http://yaml.org/>`_
283
283
configuration file. This file may contain the settings listed in the
284
284
following sections.
285
285
286
+ .. note::
287
+
288
+ .. include:: /includes/config-file-expansion-directives.rst
289
+
286
290
.. _msqld-conf-log-options:
287
291
288
292
Logging Options
@@ -718,6 +722,11 @@ These configuration file options are also available as system variables.
718
722
For more information, see
719
723
:ref:`System Variables <system-environment-variables>`.
720
724
725
+ Load External Configuration Values
726
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
727
+
728
+ .. include:: /includes/config-file-expansion-directives.rst
729
+
721
730
Example Configuration File
722
731
~~~~~~~~~~~~~~~~~~~~~~~~~~
723
732
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ Release Notes for |bi|
30
30
New Features
31
31
~~~~~~~~~~~~
32
32
33
- - Enables the use of externally sourced values in .yaml configuration
34
- files.
33
+ - Enables the use of externally sourced values in .yaml
34
+ :ref:`configuration files <config-format>` .
35
35
36
36
- Adds support for the following fields in .yaml configuration files:
37
37
You can’t perform that action at this time.
0 commit comments