我需要配置CrafterCMS社交/个人资料以使用SSL连接到MongoDb。 我应该配置哪些属性来设置 用户名,密码,sslCAFile,sslPEMKeyFile,sslPEMKeyPassword等 ? 我正在使用Crafter CMS 2.5
答案 0 :(得分:7)
对于Social和Profile,我们在此处支持Mongodb Connection URI配置详细信息 https://docs.mongodb.com/manual/reference/connection-string/
个人资料 的连接属性键:
crafter.profile.mongodb.connection.newConnectionStr
默认为:
mongodb://localhost:27017/crafterprofile?readPreference=primary\ &maxPoolSize=150&minPoolSize=50&maxIdleTimeMS=1000&waitQueueMultiple=200&waitQueueTimeoutMS=1000&w=1&journal=true
对于 社交 属性键是:
studio.social.mongodb.connection.newConnectionStr
默认为:
mongodb://localhost:27017/craftersocial?readPreference=primary\
&maxPoolSize=150&minPoolSize=50&maxIdleTimeMS=1000&waitQueueMultiple=200&waitQueueTimeoutMS=1000&w=1&journal=true