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