]> matita.cs.unibo.it Git - helm.git/blob - helm/matita/matita.conf.xml.sample
snapshot, notably:
[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     <key name="owner">zack</key>
11   </section>
12   <section name="db">
13     <key name="host">$(prefs.server)</key>
14     <key name="user">helm</key>
15 <!--     <key name="database">mowgli</key> -->
16     <key name="database">matita</key>
17   </section>
18   <section name="getter">
19     <key name="mode">remote</key>
20     <key name="url">http://$(prefs.server):58081/</key>
21   </section>
22 </helm_registry>