Skip to content

Instantly share code, notes, and snippets.

@agonist
Created December 1, 2014 08:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agonist/ed0bf330f7f4a1dcd68a to your computer and use it in GitHub Desktop.
Save agonist/ed0bf330f7f4a1dcd68a to your computer and use it in GitHub Desktop.
{
"name": "cloud-repository",
"workspaces": {
"predefined": ["otherWorkspace"],
"default": "default",
"allowCreation": true
},
"security": {
"anonymous": {
"roles": ["readonly", "readwrite", "admin"],
"useOnFailedLogin": false
}
},
"storage": {
"cacheConfiguration": "conf/infinispan-configuration.xml",
"cacheName": "persisted-repository",
"binaryStorage": {
"type": "custom",
"classname": "org.modeshape.jcr.value.binary.CloudBinaryStore",
"provider": "aws-s3",
"container": "dooapp",
"accessKey": "mykey",
"secretKey": "mykey"
}
},
"node-types": ["conf/cnd/cloud.cnd"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment