mirror of
https://github.com/macintoshplus/mongo-php-driver.git
synced 2026-04-01 05:42:09 +02:00
21 lines
525 B
JSON
21 lines
525 B
JSON
{
|
|
"name": "mongod",
|
|
"id" : "STANDALONE_SSL",
|
|
"procParams": {
|
|
"dbpath": "/tmp/standalone-ssl/",
|
|
"ipv6": true,
|
|
"logappend": true,
|
|
"logpath": "/tmp/standalone-ssl/m.log",
|
|
"journal": true,
|
|
"port": 2100,
|
|
"setParameter": {"enableTestCommands": 1}
|
|
},
|
|
"sslParams": {
|
|
"sslMode": "requireSSL",
|
|
"sslCAFile": "/phongo/scripts/ssl/ca.pem",
|
|
"sslPEMKeyFile": "/phongo/scripts/ssl/server.pem",
|
|
"sslWeakCertificateValidation": true
|
|
}
|
|
}
|
|
|