Skip to content

Commit 4beaf70

Browse files
committed
Add docs for the new PHONGO_SERVERS environment variable
1 parent 412391a commit 4beaf70

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,12 @@ This file should contain JSON object with MONGODB URIs, similar to the following
5252
"REPLICASET": "mongodb:\/\/192.168.112.10:3000,192.168.112.10:3001,192.168.112.10:3002\/?replicaSet=REPLICASET"
5353
}
5454
```
55+
The location of this PHONGO-SERVERS.json file can be configured by exporting
56+
`PHONGO_SERVERS` environment variable with a absolute path to the json configuration file.
5557

56-
Alternatively, we provide, and use, [Vagrant](https://www.vagrantup.com/) to spin up couple of VMs
58+
Alternatively, we provide, and use, [Vagrant](https://www.vagrantup.com/) to spin up handful of VMs
5759
where we setup and configure MongoDB according to our needs.
60+
This is the preferred way of creating PHONGO-SERVERS.json and running the test suite.
5861

5962

6063
```

0 commit comments

Comments
 (0)