|
Revision 599, 1.1 kB
(checked in by sylvain, 1 year ago)
|
miroring example
|
| Line | |
|---|
| 1 |
<config xmlns="http://purl.oclc.org/DEFUZE/amplee"> |
|---|
| 2 |
<store> |
|---|
| 3 |
<lock /> |
|---|
| 4 |
<storage type="filesystem" target="member"> |
|---|
| 5 |
<encoding>utf-8</encoding> |
|---|
| 6 |
<basepath>repository</basepath> |
|---|
| 7 |
</storage> |
|---|
| 8 |
<storage type="filesystem" target="media"> |
|---|
| 9 |
<encoding>utf-8</encoding> |
|---|
| 10 |
<basepath>repository</basepath> |
|---|
| 11 |
</storage> |
|---|
| 12 |
<!-- |
|---|
| 13 |
<storage type="subversion" target=""> |
|---|
| 14 |
<repository-uri /> |
|---|
| 15 |
<workingcopy-path /> |
|---|
| 16 |
<username /> |
|---|
| 17 |
<password /> |
|---|
| 18 |
</storage> |
|---|
| 19 |
<storage type="zodb" target=""> |
|---|
| 20 |
<fstype /> |
|---|
| 21 |
<fspath /> |
|---|
| 22 |
<address /> |
|---|
| 23 |
<top-level-node /> |
|---|
| 24 |
</storage> |
|---|
| 25 |
<storage type="s3" target=""> |
|---|
| 26 |
<public-key /> |
|---|
| 27 |
<private-key /> |
|---|
| 28 |
<bucket-prefix /> |
|---|
| 29 |
<encoding>utf-8</encoding> |
|---|
| 30 |
<aws-key-lookup> |
|---|
| 31 |
<module /> |
|---|
| 32 |
<callable /> |
|---|
| 33 |
<aws-keys-path /> |
|---|
| 34 |
</aws-key-lookup> |
|---|
| 35 |
</storage> |
|---|
| 36 |
<storage type="dejavu" target=""> |
|---|
| 37 |
<dbtype /> |
|---|
| 38 |
<capitalize /> |
|---|
| 39 |
<encoding>ISO-8859-1</encoding> |
|---|
| 40 |
<dbconf /> |
|---|
| 41 |
</storage> |
|---|
| 42 |
<storage type="tarball" target=""> |
|---|
| 43 |
<basepath /> |
|---|
| 44 |
<compression /> |
|---|
| 45 |
<encoding>utf-8</encoding> |
|---|
| 46 |
</storage> |
|---|
| 47 |
--> |
|---|
| 48 |
</store> |
|---|
| 49 |
</config> |
|---|