mongodb.example.yml in mongodoc-0.2.1 vs mongodb.example.yml in mongodoc-0.2.2

- old
+ new

@@ -1,6 +1,14 @@ -name: test -host: localhost -port: 27017 -options: - auto_reconnect: true +development: + name: development + host: localhost + port: 27017 + options: + auto_reconnect: true + +test: + name: test + host: localhost + port: 27017 + options: + auto_reconnect: true