mirror of
https://github.com/macintoshplus/mongo-php-driver.git
synced 2026-03-31 21:32:14 +02:00
18 lines
392 B
JSON
18 lines
392 B
JSON
{
|
|
"name": "mongod",
|
|
"id" : "STANDALONE_AUTH",
|
|
"auth_key": "secret",
|
|
"login": "root",
|
|
"password": "toor",
|
|
"procParams": {
|
|
"dbpath": "/tmp/standalone-auth/",
|
|
"ipv6": true,
|
|
"logappend": true,
|
|
"logpath": "/tmp/standalone-auth/m.log",
|
|
"journal": true,
|
|
"port": 2200,
|
|
"setParameter": {"enableTestCommands": 1}
|
|
}
|
|
}
|
|
|