mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-02 23:55:33 +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 |