]> matita.cs.unibo.it Git - helm.git/blob - helm/searchEngine/searchEngine.conf.xml.sample
New key postgresql_connection_string.
[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   </section>
7   <section name="getter">
8     <key name="mode">remote</key>
9     <key name="url">http://localhost:58081/</key>
10   </section>
11   <section name="search_engine">
12     <key name="html_dir">html</key>
13     <key name="port">58085</key>
14     <key name="valid_servers">mowgli.cs.unibo.it:58080 mowgli.cs.unibo.it localhost:58080</key>
15   </section>
16 </helm_registry>