{ "id":"org.apache.sling:org.apache.sling.starter:slingosgifeature:oak_persistence_mongods:14", "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.4.240", "start-order":"15" }, { "id":"org.mongodb:mongodb-driver-sync:5.2.1", "start-order":"15" }, { "id":"org.mongodb:bson:5.2.1", "start-order":"15" }, { "id":"org.mongodb:mongodb-driver-core:5.2.1", "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]" } } }