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 a474d9e commit 3bb4a44Copy full SHA for 3bb4a44
docs/modules/MongoDb.md
@@ -16,7 +16,7 @@ To have your database properly cleaned you should configure it to access the dat
16
In order to have your database populated with data you need a valid js file with data (of the same style which can be fed up to mongo binary)
17
File can be generated by RockMongo export command
18
Just put it in {% highlight yaml %}
19
- tests/_data
+tests/_data
20
{% endhighlight %} dir (by default) and specify path to it in config.
21
Next time after database is cleared all your data will be restored from dump.
22
The DB preparation should as following:
0 commit comments