File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
source/core/csfle/reference Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -116,14 +116,24 @@ following parameters:
116
116
117
117
* - port
118
118
- | The port from which ``mongocryptd`` listens for messages.
119
- | Specify this value in the ``AutoEncryptionSettings``.
120
119
| **Default**: ``27020``
121
120
122
121
* - idleShutdownTimeoutSecs
123
122
- | Number of idle seconds in which the ``mongocryptd`` process should wait before exiting.
124
- | Specify this value in the ``AutoEncryptionSettings``.
125
123
| **Default**: ``60``
126
124
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
+
127
137
.. important:: Start on Boot
128
138
129
139
If possible, we recommend that ``mongocryptd`` be started on boot,
You can’t perform that action at this time.
0 commit comments