]> matita.cs.unibo.it Git - helm.git/blob - helm/matita/matita.conf.xml
checked in new version of matita from svn
[helm.git] / helm / matita / matita.conf.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <helm_registry>
3   <section name="matita">
4     <key name="auto_disambiguation">true</key>
5     <key name="environment_trust">true</key>
6     <key name="baseuri">cic:/matita/</key>
7     <key name="basedir">.matita/xml</key>
8     <key name="owner">gares</key>
9   </section>
10   <section name="db">
11 <!--     <key name="host">localhost</key> -->
12     <key name="host">mowgli.cs.unibo.it</key>
13     <key name="user">helm</key>
14     <key name="database">matita</key>
15   </section>
16   <section name="getter">
17     <key name="prefetch">true</key>
18     <key name="servers">
19       file:///projects/helm/library/coq_contribs
20     </key>
21     <key name="cache_dir">.matita/getter/cache</key>
22     <key name="maps_dir">.matita/getter/maps</key>
23     <key name="dtd_dir">/projects/helm/xml/dtd</key>
24 <!--     <key name="loglevel">180</key> -->
25   </section>
26 </helm_registry>