Skip to content

Instantly share code, notes, and snippets.

@fasseg
Created October 24, 2013 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fasseg/7136994 to your computer and use it in GitHub Desktop.
Save fasseg/7136994 to your computer and use it in GitHub Desktop.
minimal/repository.json
{
"name" : "repo",
"jndiName" : "",
"workspaces" : {
"predefined" : [],
"default" : "default",
"allowCreation" : true
},
"storage" : {
"binaryStorage" : {
"type" : "file",
"minimumBinarySizeInBytes" : 1024,
"directory":"${fcrepo.binary-store-path:target/binaries}"
}
},
"security" : {
"anonymous" : {
"roles" : ["readonly","readwrite","admin"],
"useOnFailedLogin" : false
},
"providers" : [
{ "classname" : "org.fcrepo.http.commons.session.BypassSecurityServletAuthenticationProvider" }
]
},
"node-types" : ["fedora-node-types.cnd"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment