{ "id":"org.apache.sling:org.apache.sling.starter:slingosgifeature:oak_persistence_mongods:12", "title":"Apache Sling Starter Application", "description":"The Sling Starter demo application.", "vendor":"The Apache Software Foundation", "license":"Apache License, Version 2.0", "bundles":[ { "id":"com.h2database:h2-mvstore:1.4.200", "start-order":"15" }, { "id":"org.mongodb:mongo-java-driver:3.12.10", "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=27107]" } } }