From 5d5688fbe43806af8523e5481715b5969feeab60 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Tue, 6 Oct 2009 10:39:43 +0200 Subject: Passes tests in opentox-test --- lib/templates/config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'lib/templates') diff --git a/lib/templates/config.yaml b/lib/templates/config.yaml index 14326fe..7b46d43 100644 --- a/lib/templates/config.yaml +++ b/lib/templates/config.yaml @@ -1,10 +1,10 @@ :base_dir: /home/ch/webservices :webserver: thin :services: -# make sure to provide a full uri (including training slash) - opentox-feature: "http://localhost:5000/" - opentox-compound: "http://localhost:5001/" - opentox-dataset: "http://localhost:5002/" - opentox-fminer: "http://localhost:5003/" - opentox-similarity: "http://localhost:5004/" - opentox-lazar: "http://localhost:5005/" +# make sure to enter a full uri (including training slash) + opentox-compound: "http://localhost:4000/" + opentox-feature: "http://localhost:4001/" + opentox-dataset: "http://localhost:4002/" + opentox-algorithm: "http://localhost:4003/" + opentox-model: "http://localhost:4004/" + #opentox-task: "http://localhost:4005/" -- cgit v1.2.3