]> matita.cs.unibo.it Git - helm.git/commitdiff
mysql_connection.* keys added
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 22 Apr 2004 15:02:50 +0000 (15:02 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 22 Apr 2004 15:02:50 +0000 (15:02 +0000)
helm/gTopLevel/gTopLevel.conf.xml.sample
helm/searchEngine/searchEngine.conf.xml.sample

index b183b78c5c8868b9f21054e848ced1f45aa199e7..5b2af4f53b200af5bf3cd904043c7132f13159be 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>
+   <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"                           -->
index a333940e87a2adf237af51ce5ce5dc0661977d89..435552e44e46f77149e6148d7b876719db8d8783 100644 (file)
@@ -2,6 +2,13 @@
 <helm_registry>
   <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 password=awH21Un</key>
    <!-- flags is a string of the following characters: "S", "L", "W" -->
    <!-- S logs statistical information (query execution times)       -->