cmrockwell commented on pull request #13:
URL:
https://github.com/apache/sling-org-apache-sling-starter/pull/13#issuecomment-682058124
One note. The path was hard coded as shown below
` "org.apache.jackrabbit.oak.plugins.blob.datastore.FileDataStore": {
"minRecordLength":4096,
"path":"sling/repository/datastore",
"cacheSizeInMB":128
}`
boot.json uses a variable ${sling.home} but when I tried using that for the
datastore `path` it created a directory with that variable name (not the
value). It created a directory literally called "${sling.home}"
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]