UNPKG

gracenode-mongodb

Version:
29 lines (28 loc) 448 B
{ "modules": { "log": { "bufferSize": 0, "console": true, "color": true, "level": { "verbose": true, "info": true, "debug": true, "warning": true, "error": true, "fatal": true } }, "gracenode-mongodb": { "test": { "host": "127.0.0.1", "port": 27017, "database": "test", "maxPoolSize": 5, "readPreference": "secondary", "slaveOk": true, "replicaSet": "test" } } } }