]> matita.cs.unibo.it Git - helm.git/blob - helm/searchEngine/searchEngine.conf.xml.sample
a333940e87a2adf237af51ce5ce5dc0661977d89
[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    <key name="postgresql_connection_string">dbname=mowgli host=mowgli.cs.unibo.it user=helm password=awH21Un</key>
6    <!-- flags is a string of the following characters: "S", "L", "W" -->
7    <!-- S logs statistical information (query execution times)       -->
8    <!-- L logs the low-level queries (in SQL)                        -->
9    <!-- W logs some warnings (for mathql experts only)               -->
10    <!-- By default the above information is not logged               -->
11    <key name="flags"></key>
12   </section>
13   <section name="getter">
14     <key name="mode">remote</key>
15     <key name="url">http://localhost:58081/</key>
16   </section>
17   <section name="search_engine">
18     <key name="html_dir">html</key>
19     <key name="port">58085</key>
20     <key name="valid_servers">mowgli.cs.unibo.it:58080 mowgli.cs.unibo.it localhost:58080</key>
21   </section>
22 </helm_registry>