]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/matita.conf.xml.in
...
[helm.git] / helm / software / matita / matita.conf.xml.in
index 62f69ac6126065eaa80ea4dd644b457849cc18b5..84452acd3a1b15bcad09894ad40a8422fdb692f7 100644 (file)
@@ -22,6 +22,8 @@
     <key name="owner">$(user.name)</key>
     <!-- Initial GUI font size. -->
     <!-- <key name="font_size">10</key> -->
+    <!--  Perform heavy checks when run interactively (like duplicate check) -->
+    <!-- <key name="do_heavy_checks">false</key> -->
   </section>
   <section name="db">
     <!-- 
       exactly one 'library' db must be specified
       exactly one 'legacy'  db can  be specified
     -->
-    
-    <!-- this snippet is what is used by the helm team, everything on mowgli.
-         note that user's tables are named diffrently from library tables, so that
-        they can coexists on the same db -->
+
+    <!-- The following snippet is used by the helm team
+         note that user's tables are named diffrently from library tables,
+        so they can coexists on the same db -->
+
     <key name="metadata">@DBHOST@ matita helm none library</key>
     <key name="metadata">@DBHOST@ matita helm none user</key>