X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fon-line%2Fjavascript%2Fdefaults.js;h=c8f89a77e5817739f0e2b64e9169047fe9948aca;hb=0de1b960f42ac368414b7405a79e7933445ee8af;hp=271f6eabcb8e228401685a4a73746e9a82ba9ffe;hpb=d1132a3652b678eeece55c9163f21091ec42ae84;p=helm.git diff --git a/helm/on-line/javascript/defaults.js b/helm/on-line/javascript/defaults.js index 271f6eabc..c8f89a77e 100644 --- a/helm/on-line/javascript/defaults.js +++ b/helm/on-line/javascript/defaults.js @@ -3,17 +3,23 @@ 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": return "theory:/"; case "mode": return "processed,cic,html,yes,no,normal,no"; - case "UNICODEvsSYMBOL": - return "symbol"; } return "???";