diff --git a/README.md b/README.md index b42c844..8737ee1 100644 --- a/README.md +++ b/README.md @@ -165,11 +165,12 @@ Once you've done that, your config section should look like: ``` json { "type": "mongodb", - "connectionUrl": "mongodb://localhost:27017/database" + "connectionUrl": "mongodb://localhost:27017", + "connectionName": "database" } ``` -You can also just set the environment variable for `DATABASE_URL` to your database connection url. +You can also just set the environment variable for `DATABASE_URL` to your server connection url and `DATABASE_NAME` for your database name. Unlike with postgres you do NOT have to create the table in your mongo database prior to running.