1 <?xml version="1.0" encoding="utf-8"?>
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>
8 <!-- The URL of the host of the Getter and UWOBO -->
9 <key name="daemons_host">http://mowgli.cs.unibo.it</key>
12 <!-- From now on it is unlikely that something needs to be changed -->
14 <key name="host">mowgli.cs.unibo.it</key>
15 <key name="user">helm</key>
16 <key name="database">mowgli</key>
18 <section name="mathql_interpreter">
19 <key name="db_map">mathql_db_map.txt</key>
20 <section name="mysql_connection">
21 <key name="host">mowgli.cs.unibo.it</key>
22 <key name="database">mowgli</key>
23 <!-- <key name="port"></key> -->
24 <!-- <key name="password"></key> -->
25 <key name="user">helm</key>
27 <key name="postgresql_connection_string">dbname=mowgli host=mowgli.cs.unibo.it user=helm</key>
28 <!-- flags is a string of the following characters: -->
29 <!-- "P", "Q", "R", "S", "T", "W" -->
30 <!-- P selects the PostgreSQL database -->
31 <!-- The default database is MySQL -->
32 <!-- Q logs the low-level queries (in SQL) -->
33 <!-- R logs the result of the executed queries (in MathQL) -->
34 <!-- S logs the source of the executed queries (in MathQL) -->
35 <!-- T logs statistical information (query execution times) -->
36 <!-- W logs some warnings (for mathql experts only) -->
37 <!-- By default the above information is not logged -->
38 <key name="flags"></key>
40 <section name="local_library">
41 <key name="dir">$(users_settings.per_user_work_directory)/objects</key>
42 <key name="url">$(local_library.dir)</key>
44 <section name="getter">
45 <key name="mode">remote</key>
46 <key name="url">$(users_settings.daemons_host):58081/</key>
48 <section name="gtoplevel">
49 <key name="constant_type_file">$(users_settings.per_user_work_directory)/constanttype</key>
50 <key name="environment_file">$(users_settings.per_user_work_directory)/environment</key>
51 <key name="inner_types_file">$(users_settings.per_user_work_directory)/innertypes</key>
52 <key name="proof_file">$(users_settings.per_user_work_directory)/currentproof</key>
53 <key name="proof_file_type">$(users_settings.per_user_work_directory)/currentprooftype</key>
55 <section name="uwobo">
56 <key name="url">$(users_settings.daemons_host):58080/</key>