]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matita.conf.xml.sample
snapshot
[helm.git] / helm / matita / matita.conf.xml.sample
index 751fed97dedf8f8737956a03649b7f7385ca2244..dae03f998343e63ecdc40dcd5dabca3c0e452145 100644 (file)
@@ -4,4 +4,26 @@
     <key name="glade_file">matita.glade</key>
     <key name="auto_disambiguation">true</key>
   </section>
+  <section name="mathql_interpreter">
+   <key name="db_map">mathql_db_map.txt</key>
+   <section name="mysql_connection">
+    <key name="host">mowgli.cs.unibo.it</key>
+    <key name="database">mowgli</key>
+    <!-- <key name="port"></key> -->
+    <!-- <key name="password"></key> -->
+    <key name="user">helm</key>
+   </section>
+   <key name="postgresql_connection_string">dbname=mowgli host=mowgli.cs.unibo.it user=helm</key>
+   <!-- flags is a string of the following characters:         -->
+   <!-- "P", "Q", "R", "S", "T", "W"                           -->
+   <!-- P selects the PostgreSQL database                      -->
+   <!-- The default database is MySQL                          -->
+   <!-- Q logs the low-level queries (in SQL)                  -->
+   <!-- R logs the result of the executed queries (in MathQL)  -->
+   <!-- S logs the source of the executed queries (in MathQL)  -->
+   <!-- T logs statistical information (query execution times) -->
+   <!-- W logs some warnings (for mathql experts only)         -->
+   <!-- By default the above information is not logged         -->
+   <key name="flags"></key>
+  </section>
 </helm_registry>