]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/searchEngine/searchEngine.conf.xml.sample
- ported to Helm_registry
[helm.git] / helm / searchEngine / searchEngine.conf.xml.sample
diff --git a/helm/searchEngine/searchEngine.conf.xml.sample b/helm/searchEngine/searchEngine.conf.xml.sample
new file mode 100644 (file)
index 0000000..0bfbbcf
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<helm_registry>
+  <section name="getter">
+    <key name="mode">remote</key>
+    <key name="url">http://localhost:58081/</key>
+  </section>
+  <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>