mirror of
https://github.com/macintoshplus/mongo-php-driver.git
synced 2026-04-01 05:42:09 +02:00
18 lines
486 B
JSON
18 lines
486 B
JSON
{
|
|
"name": "mongod",
|
|
"id" : "STANDALONE_PLAIN",
|
|
"auth_key": "secret",
|
|
"login": "root",
|
|
"password": "toor",
|
|
"procParams": {
|
|
"dbpath": "/tmp/standalone-plain/",
|
|
"ipv6": true,
|
|
"logappend": true,
|
|
"logpath": "/tmp/standalone-plain/m.log",
|
|
"journal": true,
|
|
"port": 2400,
|
|
"setParameter": {"enableTestCommands": 1, "saslauthdPath": "/var/run/saslauthd/mux", "authenticationMechanisms": "MONGODB-CR,PLAIN"}
|
|
}
|
|
}
|
|
|