]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/on-line/javascript/defaults.js
- the mathql interpreter is not helm-dependent any more
[helm.git] / helm / on-line / javascript / defaults.js
index 54d51002ff60b7cfccdb7f27e5eff0fb96270dd9..c8f89a77e5817739f0e2b64e9169047fe9948aca 100644 (file)
@@ -3,9 +3,17 @@ function getDefaultParam(name)
 {
   switch (name) {
   case "processorURL":
-    return "http://phd.cs.unibo.it:8080/helm/servlet/uwobo/";
+    return "http://mowgli.cs.unibo.it:8081/helm/servlet/uwobo/";
   case "getterURL":
-    return "http://phd.cs.unibo.it:8081/"; 
+    return "http://mowgli.cs.unibo.it:48081/"; 
+  case "uri_set_queueURL":
+    return "http://mowgli.cs.unibo.it:48082/"; 
+  case "draw_graphURL":
+    return "http://mowgli.cs.unibo.it:48083/"; 
+  case "proofcheckerURL":
+    return "http://mowgli.cs.unibo.it:48084/"; 
+  case "UNICODEvsSYMBOL":
+    return "symbol";
   case "cicuri":
     return "cic:/";
   case "theoryuri":