All Downloads are FREE. Search and download functionalities are using the official Maven repository.

config.jdbc-mysql.repository.json Maven / Gradle / Ivy

Go to download

The Fedora Commons repository configurations module: Provides configuration resources that are used in integration testing and deployments.

There is a newer version: 6.5.1
Show newest version
{
    "name" : "repo",
    "jndiName" : "",
    "workspaces" : {
        "predefined" : ["default"],
        "default" : "default",
        "allowCreation" : true
    },
    "storage" : {
        "cacheName" : "FedoraRepository",
        "cacheConfiguration" : "${fcrepo.ispn.configuration:config/infinispan/jdbc-mysql/infinispan.xml}",
        "binaryStorage" : {
            "type" : "file",
            "directory" : "${fcrepo.binary.directory:target/binaries}",
            "minimumBinarySizeInBytes" : 4096
        }
    },
    "security" : {
        "anonymous" : {
            "roles" : ["readonly","readwrite","admin"],
            "useOnFailedLogin" : false
        },
        "providers" : [
            { "classname" : "org.fcrepo.auth.common.BypassSecurityServletAuthenticationProvider" }
        ]
    },
    "node-types" : ["fedora-node-types.cnd"]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy