Changeset 678 for oss/headstock/headstock/example/microblog/config.xml
- Timestamp:
- 06/15/08 15:37:53 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
oss/headstock/headstock/example/microblog/config.xml
r675 r678 4 4 <storage type="filesystem" target="member"> 5 5 <encoding>utf-8</encoding> 6 <basepath>repository</basepath> 7 <!-- Uncomment the following line if you want to add memcached caching support --> 6 <basepath>repository/home/jabber.defuze.org</basepath> 8 7 <!--<cache ref="cache0" />--> 9 8 </storage> 10 9 <storage type="filesystem" target="media"> 11 10 <encoding>utf-8</encoding> 12 <basepath>repository </basepath>11 <basepath>repository/home/jabber.defuze.org</basepath> 13 12 </storage> 14 13 <cache id="cache0"> … … 17 16 </servers> 18 17 </cache> 19 <!--20 <storage type="subversion" target="">21 <repository-uri />22 <workingcopy-path />23 <username />24 <password />25 </storage>26 <storage type="zodb" target="">27 <fstype />28 <fspath />29 <address />30 <top-level-node />31 </storage>32 <storage type="s3" target="">33 <public-key />34 <private-key />35 <bucket-prefix />36 <encoding>utf-8</encoding>37 <aws-key-lookup>38 <module />39 <callable />40 <aws-keys-path />41 </aws-key-lookup>42 </storage>43 <storage type="dejavu" target="">44 <dbtype />45 <capitalize />46 <encoding>ISO-8859-1</encoding>47 <dbconf />48 </storage>49 <storage type="tarball" target="">50 <basepath />51 <compression />52 <encoding>utf-8</encoding>53 </storage>54 -->55 18 </store> 56 19 </config>
