We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2753c2 commit c4755c8Copy full SHA for c4755c8
CONTRIBUTING.md
@@ -114,6 +114,14 @@ default MongoDB port (27017) on localhost.
114
115
With this set-up, the tests can be run with `make test`.
116
117
+If Mongo Orchestration is running on non-default settings, the
118
+``MONGO_ORCHESTRATION_URI`` environment variable can be used to specify where
119
+mongo-orchestration is listening:
120
+
121
+```
122
+MONGO_ORCHESTRATION_URI=http://some-host:1234/v1 make test
123
124
125
## Updating libmongoc, libbson, and libmongocrypt
126
127
The PHP driver can use either system libraries or bundled versions of
0 commit comments