mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
3 lines
236 B
Bash
3 lines
236 B
Bash
mongod --verbose --smallfiles --noprealloc --setParameter enableTestCommands=1 \
|
|
--port 39000 --dbpath ./data --sslMode allowSSL --sslCAFile ./ca.pem \
|
|
--sslPEMKeyFile ./server_password.pem --sslPEMKeyPassword serverpassword --nojournal |