]> matita.cs.unibo.it Git - helm.git/blob - helm/searchEngine/searchEngine.conf.xml.sample
mathql_db_map.txt now retrieved by Helm_registry.
[helm.git] / helm / searchEngine / searchEngine.conf.xml.sample
1 <?xml version="1.0" encoding="utf-8"?>
2 <helm_registry>
3   <section name="mathql_interpreter">
4    <key name="db_map">mathql_db_map.txt</key>
5   </section>
6   <section name="getter">
7     <key name="mode">remote</key>
8     <key name="url">http://localhost:58081/</key>
9   </section>
10   <section name="search_engine">
11     <key name="html_dir">html</key>
12     <key name="port">58085</key>
13     <key name="valid_servers">mowgli.cs.unibo.it:58080 mowgli.cs.unibo.it localhost:58080</key>
14   </section>
15 </helm_registry>