mirror of
https://github.com/macintoshplus/mongo-php-driver.git
synced 2026-03-30 21:02:08 +02:00
17 lines
388 B
JSON
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}
|
|
}
|
|
}
|