]> matita.cs.unibo.it Git - helm.git/blob - helm/matita/matita.conf.xml.sample
renamed Http_client to Http_user_agent to avoid clashes with Gerd's
[helm.git] / helm / matita / matita.conf.xml.sample
1 <?xml version="1.0" encoding="utf-8"?>
2 <helm_registry>
3   <section name="matita">
4     <key name="glade_file">matita.glade</key>
5     <key name="auto_disambiguation">true</key>
6   </section>
7   <section name="db">
8 <!--     <key name="host">mowgli.cs.unibo.it</key> -->
9     <key name="host">localhost</key>
10     <key name="user">helm</key>
11     <key name="database">mowgli</key>
12   </section>
13   <section name="getter">
14     <key name="mode">remote</key>
15 <!--     <key name="url">http://mowgli.cs.unibo.it:58081/</key> -->
16     <key name="url">http://localhost:58081/</key>
17   </section>
18 </helm_registry>