Solved
mongodb org.apache.jackrabbit.oak.plugins.document.Document.config proper syntax on AEM 6.5
Hello,
we have issues with aem not recognising db name and url from config file on aem 6.5
I saw in this url
this syntax
mongodburi=mongodb://aem:aempassword@mongodbserver1.customer.com:27000,mongodbserver2.customer.com:27000
#Name of MongoDB database to use
db=aem
#Store binaries in custom BlobStore e.g. FileDataStore
customBlobStore=true
while this
is suggesting this syntax with mongouri (instead of mongodburi ) boolean type and quotes:
#Mongo server details mongouri="mongodb://localhost:27017" #Name of Mongo database to use db="aem-author" #Store binaries in custom BlobStore customBlobStore=B"false"
which is the right one on the latest AEM 6.5 ?
any idea why the config file might not be applied?
Thanks