]> matita.cs.unibo.it Git - helm.git/blob - helm/matita/matita.conf.xml.sample
snapshot (notably: implemented "check")
[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="mathql_interpreter">
8     <key name="db_map">mathql_db_map.txt</key>
9     <section name="mysql_connection">
10       <key name="host">mowgli.cs.unibo.it</key>
11 <!--       <key name="host">localhost</key> -->
12       <key name="database">mowgli</key>
13       <!-- <key name="port"></key> -->
14       <!-- <key name="password"></key> -->
15       <key name="user">helm</key>
16     </section>
17     <key name="postgresql_connection_string">dbname=mowgli host=mowgli.cs.unibo.it user=helm</key>
18     <!-- flags is a string of the following characters:         -->
19     <!-- "P", "Q", "R", "S", "T", "W"                           -->
20     <!-- P selects the PostgreSQL database                      -->
21     <!-- The default database is MySQL                          -->
22     <!-- Q logs the low-level queries (in SQL)                  -->
23     <!-- R logs the result of the executed queries (in MathQL)  -->
24     <!-- S logs the source of the executed queries (in MathQL)  -->
25     <!-- T logs statistical information (query execution times) -->
26     <!-- W logs some warnings (for mathql experts only)         -->
27     <!-- By default the above information is not logged         -->
28     <key name="flags"></key>
29   </section>
30   <section name="getter">
31     <key name="mode">remote</key>
32     <key name="url">http://mowgli.cs.unibo.it:58081/</key>
33 <!--     <key name="url">http://localhost:58081/</key> -->
34   </section>
35 </helm_registry>