-
Feature Request
-
Resolution: Done
-
Major
-
4.5.0.Final
We want to deploy many Modeshape instances in our company and we want to manage configuration in external store. So we use placeholder in modeshape configuration like this :
{
"name": "${ofs.repository.name:doc}",
"workspaces": {
"predefined": [
"${ofs.repository.workspacePredefined:workspace}"
],
"default": "${ofs.repository.workspace.default:workspace}",
We would like to enable journaling with a boolean parameter although to have to delete configuration lines about journaling. We want a single template configuration for multiple configurations.
"journaling": { "location": "${ofs.repository.journaling.location:/tmp/cacheStorage/journal}", "disabled": ${ofs.repository.journaling.disabled:true} },
Thanks