]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/scripts/template.rc
URI_SET_QUEUE_PORT and DRAW_GRAPH_PORT added
[helm.git] / helm / scripts / template.rc
index fa7443c44c4ec4194361728580fe63bf258900f1..96c59628a7f1049d1f5310e718ac386be995ff39 100644 (file)
@@ -41,7 +41,13 @@ export HTTP_GETTER_RDF_DBM=$HELMROOT/shared/$COQV/rdf_urls_of_uris.db
 export HTTP_GETTER_XSLT_DBM=$HELMROOT/shared/$COQV/xslt_urls_of_uris.db
 export HTTP_GETTER_RDF_INDEXNAME=rdf_index.txt
 export HTTP_GETTER_XSLT_INDEXNAME=xslt_index.txt
+export HELM_ANNOTATIONS_DIR=pippo
+export HELM_ANNOTATIONS_URL=pippo
 export HTTP_GETTER_PORT=48081
+export URI_SET_QUEUE_PORT=48082
+export DRAW_GRAPH_PORT=48083
+export PROOF_CHECKER_PORT=48084
+export HELM_GETTER_URL=http://mowgli.cs.unibo.it:$HTTP_GETTER_PORT/
 if test  $COQV = V7; then
        export HTTP_GETTER_DTD_BASE_URL=http://www.cs.unibo.it/helm/dtd
 else