Skip to content

Instantly share code, notes, and snippets.

@KurtStam
Created March 7, 2014 16:47
Show Gist options
  • Save KurtStam/9415057 to your computer and use it in GitHub Desktop.
Save KurtStam/9415057 to your computer and use it in GitHub Desktop.
sramp-modeshape.json
{
"name" : "sramp",
"jndiName" : "",
"workspaces" : {
"predefined" : ["otherWorkspace"],
"default" : "default",
"allowCreation" : true
},
"security" : {
"anonymous" : {
"roles" : ["readonly","readwrite","admin"],
"useOnFailedLogin" : false
},
"providers" : [
{
"classname" : "org.modeshape.jcr.security.ServletProvider"
}
]
},"storage": {
"cacheName": "sramp",
"cacheConfiguration" : "infinispan-configuration-tomcat.xml"
"binaryStorage": {
"type" : "database",
"dataSourceJndiName" : "java:comp/env/jdbc/sramp",
"minimumBinarySizeInBytes" : "${application.min.binary.size:4096}"
}
},"query" : {
"indexStorage" : {
"type" : "filesystem",
"location" : "overlord-data/index",
"lockingStrategy" : "simple",
"fileSystemAccessType" : "auto"
}
}
}
Is there a way to add comments?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment