]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matita.conf.xml.sample
snapshot
[helm.git] / helm / matita / matita.conf.xml.sample
index dae03f998343e63ecdc40dcd5dabca3c0e452145..3209bf1ab5c38a7b7666fedd55f050f1dfdf22d8 100644 (file)
@@ -5,25 +5,29 @@
     <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>
+    <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>
+  <section name="getter">
+    <key name="mode">remote</key>
+    <key name="url">http://mowgli.cs.unibo.it:58081/</key>
   </section>
 </helm_registry>