Skip to content

Commit

Permalink
Merge pull request #439 from mikedurbin/fcrepo-4.0.0-beta-02-RC
Browse files Browse the repository at this point in the history
Removed query portion of repository.json.
  • Loading branch information
Andrew Woods committed Aug 20, 2014
2 parents 306f094 + b1a7308 commit c33e910
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
14 changes: 0 additions & 14 deletions fcrepo-configs/src/main/resources/config/clustered/repository.json
Expand Up @@ -9,20 +9,6 @@
"clustering" : {
"clusterName" : "modeshape-cluster"
},
"query" : {
"enabled" : "${fcrepo.modeshape.query.enabled:true}",
"indexStorage" : {
"type" : "filesystem",
"location" : "${fcrepo.modeshape.index.location:target/indexes}",
"lockingStrategy" : "native",
"fileSystemAccessType" : "auto"
},
"rebuildUponStartup" : "if_missing",

"indexing" : {
"mode" : "${fcrepo.modeshape.query.mode:sync}"
}
},
"storage" : {
"cacheName" : "FedoraRepository",
"cacheConfiguration" : "${fcrepo.infinispan.cache_configuration:config/infinispan/leveldb/infinispan.xml}",
Expand Down
Expand Up @@ -6,20 +6,6 @@
"default" : "default",
"allowCreation" : true
},
"query" : {
"enabled" : "${fcrepo.modeshape.query.enabled:true}",
"indexStorage" : {
"type" : "filesystem",
"location" : "${fcrepo.modeshape.index.location:target/indexes}",
"lockingStrategy" : "native",
"fileSystemAccessType" : "auto"
},
"rebuildUponStartup" : "if_missing",

"indexing" : {
"mode" : "${fcrepo.modeshape.query.mode:sync}"
}
},
"storage" : {
"cacheName" : "FedoraRepository",
"cacheConfiguration" : "${fcrepo.infinispan.cache_configuration:config/infinispan/leveldb-default/infinispan.xml}",
Expand Down

0 comments on commit c33e910

Please sign in to comment.