]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/gTopLevel.conf.xml.sample
mathql interpreter flags can be now red from helm registry
[helm.git] / helm / gTopLevel / gTopLevel.conf.xml.sample
index b3bebb774a233cf19fe5985e518d7a4ef6f485ed..f955b5036e18874a8048ef955bcc52b952335eab 100644 (file)
   <!-- 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 password=awH21Un</key>
+   <!-- flags is a string of the following characters: "S", "L", "W" -->
+   <!-- S logs statistical information (query execution times)       -->
+   <!-- L logs the low-level queries (in SQL)                        -->
+   <!-- 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>