I need to configure CrafterCMS social/profile to connect to a MongoDb using SSL. What properties should I configure to set username, password, sslCAFile, sslPEMKeyFile,sslPEMKeyPassword, etc ? I'm using Crafter CMS 2.5
For both Social and Profile we support Mongodb Connection URI configuration detail here https://docs.mongodb.com/manual/reference/connection-string/
The connection property key for Profile:
crafter.profile.mongodb.connection.newConnectionStr
which defaults to:
mongodb://localhost:27017/crafterprofile?readPreference=primary\ &maxPoolSize=150&minPoolSize=50&maxIdleTimeMS=1000&waitQueueMultiple=200&waitQueueTimeoutMS=1000&w=1&journal=true
For Social property key is:
studio.social.mongodb.connection.newConnectionStr
and defaults to:
mongodb://localhost:27017/craftersocial?readPreference=primary\
&maxPoolSize=150&minPoolSize=50&maxIdleTimeMS=1000&waitQueueMultiple=200&waitQueueTimeoutMS=1000&w=1&journal=true
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With