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