]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/searchEngine/searchEngine.conf.xml.sample
various updates, removed proofs for now because they are the real bottleneck!!
[helm.git] / helm / searchEngine / searchEngine.conf.xml.sample
index 0bfbbcf7dad66a12076dd2ea3887c0386a41547e..86cc53cb5970baaa5af34c6b0e0aaa39bc911014 100644 (file)
@@ -1,5 +1,10 @@
 <?xml version="1.0" encoding="utf-8"?>
 <helm_registry>
+  <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>
     <key name="url">http://localhost:58081/</key>
@@ -7,6 +12,8 @@
   <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>
+    <!-- file from which restore CicEnvironment status -->
+    <key name="environment_dump">foo.env</key>
   </section>
 </helm_registry>