]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matita.conf.xml.sample
snapshot, notably:
[helm.git] / helm / matita / matita.conf.xml.sample
index 1ca17a9edeeca546c8527864ae1ed09b1bee4d86..db02076cb5000e807513b54ed6eafa0b4cf00b7c 100644 (file)
@@ -1,18 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?>
 <helm_registry>
+  <section name="prefs">
+    <key name="server">mowgli.cs.unibo.it</key>
+<!--     <key name="server">localhost</key> -->
+  </section>
   <section name="matita">
     <key name="glade_file">matita.glade</key>
     <key name="auto_disambiguation">true</key>
   </section>
   <section name="db">
-    <key name="host">mowgli.cs.unibo.it</key>
-<!--     <key name="host">localhost</key> -->
+    <key name="host">$(prefs.server)</key>
     <key name="user">helm</key>
     <key name="database">mowgli</key>
   </section>
   <section name="getter">
     <key name="mode">remote</key>
-    <key name="url">http://mowgli.cs.unibo.it:58081/</key>
-<!--     <key name="url">http://localhost:58081/</key> -->
+    <key name="url">http://$(prefs.server):58081/</key>
   </section>
 </helm_registry>