]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/searchEngine/searchEngine.conf.xml.sample
- reimplemented basic features using the helm-metadata library instead
[helm.git] / helm / searchEngine / searchEngine.conf.xml.sample
index 435552e44e46f77149e6148d7b876719db8d8783..728b7c632a2ebc925f9bc9daeb22618e6c815a84 100644 (file)
@@ -1,21 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>
 <helm_registry>
-  <section name="mathql_interpreter">
-   <key name="db_map">mathql_db_map.txt</key>
-   <section name="mysql_connection">
+  <section name="db">
     <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)       -->
-   <!-- 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>
+    <key name="database">mowgli</key>
   </section>
   <section name="getter">
     <key name="mode">remote</key>
@@ -24,6 +12,5 @@
   <section name="search_engine">
     <key name="html_dir">html</key>
     <key name="port">58085</key>
-    <key name="valid_servers">mowgli.cs.unibo.it:58080 mowgli.cs.unibo.it localhost:58080</key>
   </section>
 </helm_registry>