]> matita.cs.unibo.it Git - helm.git/blob - helm/matita/matita.conf.xml.sample
db02076cb5000e807513b54ed6eafa0b4cf00b7c
[helm.git] / helm / matita / matita.conf.xml.sample
1 <?xml version="1.0" encoding="utf-8"?>
2 <helm_registry>
3   <section name="prefs">
4     <key name="server">mowgli.cs.unibo.it</key>
5 <!--     <key name="server">localhost</key> -->
6   </section>
7   <section name="matita">
8     <key name="glade_file">matita.glade</key>
9     <key name="auto_disambiguation">true</key>
10   </section>
11   <section name="db">
12     <key name="host">$(prefs.server)</key>
13     <key name="user">helm</key>
14     <key name="database">mowgli</key>
15   </section>
16   <section name="getter">
17     <key name="mode">remote</key>
18     <key name="url">http://$(prefs.server):58081/</key>
19   </section>
20 </helm_registry>