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

20 lines
469 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,
"nssize": 1,
"port": 2200,
"bind_ip_all": true,
"smallfiles": true,
"setParameter": {"enableTestCommands": 1}
}
}