@@ -81,10 +81,16 @@ Arguments:
81
81
- **start/stop/restart **: start, stop, or restart the server,
82
82
respectively
83
83
84
- In addition, Mongo Orchestration can be influenced by the
85
- ``MONGO_ORCHESTRATION_HOME `` environment variable, which informs the
86
- server where to find the "configurations" directory for presets as well
87
- as where to put the log and pid files.
84
+ In addition, Mongo Orchestration can be influenced by the following environment variables:
85
+
86
+ - ``MONGO_ORCHESTRATION_HOME `` - informs the
87
+ server where to find the "configurations" directory for presets as well
88
+ as where to put the log and pid files.
89
+ - ``MONGO_ORCHESTRATION_TMP `` - the temporary folder root location.
90
+ - ``MO_HOST `` - the server host (``localhost `` by default)
91
+ - ``MO_PORT `` - the server port (8889 by default)
92
+ - ``MONGO_ORCHESTRATION_CLIENT_CERT `` - set the client certificate file
93
+ to be used by ``mongo-orchestration ``.
88
94
89
95
Examples
90
96
~~~~~~~~
@@ -239,6 +245,13 @@ Run a single test example for debugging with verbose and immediate stdout output
239
245
Changelog
240
246
---------
241
247
248
+ Changes in Version 0.11.0 (2024-12-30)
249
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
250
+
251
+ - Allow server daemon to be run as a library in addition to as a cli.
252
+ - Add support for ``MONGO_ORCHESTRATION_CLIENT_CERT `` environment variable to set the client certificate file
253
+ to be used by ``mongo-orchestration ``.
254
+
242
255
Changes in Version 0.10.0 (2024-11-21)
243
256
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
244
257
0 commit comments