Skip to content

Commit b49290a

Browse files
DOCSP-23495 Adding mongocryptd options (#1402)
* adding mongocryptd options * feedback * Update source/core/csfle/reference/mongocryptd.txt Co-authored-by: ianf-mongodb <[email protected]> Co-authored-by: ianf-mongodb <[email protected]>
1 parent a1960ec commit b49290a

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

source/core/csfle/reference/mongocryptd.txt

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,24 @@ following parameters:
116116

117117
* - port
118118
- | The port from which ``mongocryptd`` listens for messages.
119-
| Specify this value in the ``AutoEncryptionSettings``.
120119
| **Default**: ``27020``
121120

122121
* - idleShutdownTimeoutSecs
123122
- | Number of idle seconds in which the ``mongocryptd`` process should wait before exiting.
124-
| Specify this value in the ``AutoEncryptionSettings``.
125123
| **Default**: ``60``
126124

125+
* - mongocryptdURI
126+
- | The URI from which to run a ``mongocryptd`` process.
127+
| **Default**: ``"mongodb://localhost:27020"``
128+
129+
* - mongocryptdBypassSpawn
130+
- | Set to ``true`` to prevent the driver from automatically spawning ``mongocryptd``.
131+
| **Default**: ``false``
132+
133+
* - monogocryptdSpawnPath
134+
- | The full path to ``mongocryptd``.
135+
| **Default**: Defaults to empty string and spawns from the system path.
136+
127137
.. important:: Start on Boot
128138

129139
If possible, we recommend that ``mongocryptd`` be started on boot,

0 commit comments

Comments
 (0)