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

20 lines
564 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,
"nssize": 1,
"port": 2400,
"bind_ip_all": true,
"smallfiles": true,
"setParameter": {"enableTestCommands": 1, "saslauthdPath": "/var/run/saslauthd/mux", "authenticationMechanisms": "SCRAM-SHA-1,PLAIN"}
}
}