Files
mongo-php-driver/scripts/presets/standalone.json
2018-06-20 10:23:02 -04:00

17 lines
388 B
JSON

{
"name": "mongod",
"id" : "STANDALONE",
"procParams": {
"dbpath": "/tmp/standalone/",
"ipv6": true,
"logappend": true,
"logpath": "/tmp/standalone/mongod.log",
"journal": true,
"nssize": 1,
"port": 2000,
"bind_ip_all": true,
"smallfiles": true,
"setParameter": {"enableTestCommands": 1}
}
}