We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b87f81a commit 713c7b8Copy full SHA for 713c7b8
mongodb/README.md
@@ -27,11 +27,11 @@ This plugin creates the following helper files:
27
28
* **devbox.d/mongodb/mongod.conf** - MongoDB configuration file
29
* **.devbox/virtenv/mongodb/data** - empty directory for holding your mongodb database
30
-* **.devbox/virtenv/rabbitmq/process-compose.yaml** - Defines the process to start the MongoDB server
+* **.devbox/virtenv/mongodb/process-compose.yaml** - Defines the process to start the MongoDB server
31
32
## Environment Variables
33
34
This plugin sets the following environment variables:
35
36
* **MONGODB_CONFIG** = {{.DevboxDir}}/mongod.conf
37
-* **MONGODB_DATA** = {{.Virtenv}}/data
+* **MONGODB_DATA** = {{.Virtenv}}/data
0 commit comments