{
  "id":"org.apache.sling:org.apache.sling.starter:slingosgifeature:oak_persistence_mongods:13",
  "title":"Apache Sling Starter",
  "description":"The Sling Starter demo application.",
  "vendor":"The Apache Software Foundation",
  "license":"Apache-2.0",
  "bundles":[
    {
      "id":"com.h2database:h2-mvstore:2.3.232",
      "start-order":"15"
    },
    {
      "id":"org.mongodb:mongo-java-driver:3.12.14",
      "start-order":"15"
    }
  ],
  "configurations":  {
    "org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService":    {
      "db":"sling",
      "mongouri":"mongodb://$[env:MONGODB_HOST;default=localhost]:$[env:MONGODB_PORT;type=Integer;default=27017]"
    }
  }
}