Skip to content

Commit c4755c8

Browse files
committed
Add note about MONGO_ORCHESTRATION_URI to contribution docs
1 parent f2753c2 commit c4755c8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,14 @@ default MongoDB port (27017) on localhost.
114114

115115
With this set-up, the tests can be run with `make test`.
116116

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+
117125
## Updating libmongoc, libbson, and libmongocrypt
118126

119127
The PHP driver can use either system libraries or bundled versions of

0 commit comments

Comments
 (0)