|
Revision 678, 0.5 kB
(checked in by sylvain, 2 months ago)
|
Largely refactored the microblogging 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/home/jabber.defuze.org</basepath> |
|---|
| 7 |
<!--<cache ref="cache0" />--> |
|---|
| 8 |
</storage> |
|---|
| 9 |
<storage type="filesystem" target="media"> |
|---|
| 10 |
<encoding>utf-8</encoding> |
|---|
| 11 |
<basepath>repository/home/jabber.defuze.org</basepath> |
|---|
| 12 |
</storage> |
|---|
| 13 |
<cache id="cache0"> |
|---|
| 14 |
<servers> |
|---|
| 15 |
<server ip="127.0.0.1" port="11211" /> |
|---|
| 16 |
</servers> |
|---|
| 17 |
</cache> |
|---|
| 18 |
</store> |
|---|
| 19 |
</config> |
|---|