]> matita.cs.unibo.it Git - helm.git/blob - helm/gTopLevel/gTopLevel.conf.xml.sample
mathql_db_map.txt is now retrieved by Helm_registry.
[helm.git] / helm / gTopLevel / gTopLevel.conf.xml.sample
1 <?xml version="1.0" encoding="utf-8"?>
2 <helm_registry>
3   <!-- These are the only settings that are likely to be changed by the user -->
4   <section name="users_settings">
5    <!-- The directory where the current proof and environment are stored -->
6    <key name="per_user_work_directory">/home/sacerdot/helm/local_stuff</key>
7
8    <!-- The URL of the host of the Getter and UWOBO -->
9    <!-- <key name="daemons_host">http://mowgli.cs.unibo.it</key> -->
10    <key name="daemons_host">http://localhost</key>
11   </section>
12
13   <!-- From now on it is unlikely that something needs to be changed -->
14   <section name="mathql_interpreter">
15    <key name="db_map">mathql_db_map.txt</key>
16   </section>
17   <section name="local_library">
18     <key name="dir">file://$(users_settings.per_user_work_directory)/objects</key>
19     <key name="url">$(local_library.dir)</key>
20   </section>
21   <section name="getter">
22     <key name="mode">remote</key>
23     <key name="url">$(users_settings.daemons_host):58081/</key>
24   </section>
25   <section name="gtoplevel">
26     <key name="constant_type_file">$(users_settings.per_user_work_directory)/constanttype</key>
27     <key name="environment_file">$(users_settings.per_user_work_directory)/environment</key>
28     <key name="inner_types_file">$(users_settings.per_user_work_directory)/innertypes</key>
29     <key name="proof_file">$(users_settings.per_user_work_directory)/currentproof</key>
30     <key name="proof_file_type">$(users_settings.per_user_work_directory)/currentprooftype</key>
31   </section>
32   <section name="uwobo">
33     <key name="url">$(users_settings.daemons_host):58080/</key>
34   </section>
35 </helm_registry>