]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/searchEngine/searchEngine.conf.xml.sample
renamed Http_client to Http_user_agent to avoid clashes with Gerd's
[helm.git] / helm / searchEngine / searchEngine.conf.xml.sample
index a9a4bd615a0a7a436d47cc8770169c37bfa61433..99b87d2591a63e1809b972ff805045c2daa9dd3f 100644 (file)
@@ -1,7 +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="db">
+    <key name="host">mowgli.cs.unibo.it</key>
+    <key name="user">helm</key>
+    <key name="database">mowgli</key>
   </section>
   <section name="getter">
     <key name="mode">remote</key>
@@ -10,6 +12,6 @@
   <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>
+    <key name="results_per_page">10</key>
   </section>
 </helm_registry>