]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/gTopLevel.conf.xml.sample
ocaml 3.09 transition
[helm.git] / helm / gTopLevel / gTopLevel.conf.xml.sample
index 94fd2874a5a61c9b457c1ece3b02548e509068f6..e4f23f7cebaad6070be11f837c1edd96e4b2e1df 100644 (file)
@@ -6,16 +6,29 @@
    <key name="per_user_work_directory">/home/sacerdot/helm/local_stuff</key>
 
    <!-- The URL of the host of the Getter and UWOBO -->
-   <!-- <key name="daemons_host">http://mowgli.cs.unibo.it</key> -->
-   <key name="daemons_host">http://localhost</key>
+   <key name="daemons_host">http://mowgli.cs.unibo.it</key>
   </section>
 
   <!-- From now on it is unlikely that something needs to be changed -->
+  <section name="db">
+    <key name="host">mowgli.cs.unibo.it</key>
+    <key name="user">helm</key>
+    <key name="database">mowgli</key>
+  </section>
   <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>
+   <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:         -->
-   <!-- "Q", "R", "S", "T", "W"                                -->
+   <!-- "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)  -->
@@ -25,7 +38,7 @@
    <key name="flags"></key>
   </section>
   <section name="local_library">
-    <key name="dir">file://$(users_settings.per_user_work_directory)/objects</key>
+    <key name="dir">$(users_settings.per_user_work_directory)/objects</key>
     <key name="url">$(local_library.dir)</key>
   </section>
   <section name="getter">