{
  "id":"org.apache.sling:org.apache.sling.cms.feature:slingosgifeature:segment:1.1.8",
  "title":"Apache Sling - CMS Feature Model",
  "description":"An Apache Sling Reference CMS Application",
  "vendor":"The Apache Software Foundation",
  "license":"Apache License, Version 2.0",
  "variables":{
    "sling.home":null
  },
  "bundles":[
    {
      "id":"org.apache.jackrabbit:oak-segment-tar:1.58.0",
      "start-order":"15"
    }
  ],
  "configurations":  {
    "org.apache.jackrabbit.oak.segment.SegmentNodeStoreService":    {
      "name":"Default NodeStore",
      "customBlobStore":true
    },
    "org.apache.jackrabbit.oak.plugins.blob.datastore.FileDataStore":    {
      "minRecordLength":4096,
      "path":"${sling.home}/repository/datastore",
      "cacheSizeInMB":128
    }
  }
}