]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/gTopLevel.conf.xml.sample
removed no longer needed password from connection string
[helm.git] / helm / gTopLevel / gTopLevel.conf.xml.sample
index e8f1a5c58a6e286ff44369e2a20a9399277c2ee8..b183b78c5c8868b9f21054e848ced1f45aa199e7 100644 (file)
   </section>
 
   <!-- From now on it is unlikely that something needs to be changed -->
+  <section name="mathql_interpreter">
+   <key name="db_map">mathql_db_map.txt</key>
+   <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="local_library">
-    <key name="dir">file://$(users_settings_per_user_work_directory)/objects</key>
+    <key name="dir">file://$(users_settings.per_user_work_directory)/objects</key>
     <key name="url">$(local_library.dir)</key>
   </section>
   <section name="getter">