summaryrefslogtreecommitdiff
path: root/lib/templates/config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/templates/config.yaml')
-rw-r--r--lib/templates/config.yaml12
1 files changed, 7 insertions, 5 deletions
diff --git a/lib/templates/config.yaml b/lib/templates/config.yaml
index 768fa01..14326fe 100644
--- a/lib/templates/config.yaml
+++ b/lib/templates/config.yaml
@@ -1,8 +1,10 @@
:base_dir: /home/ch/webservices
:webserver: thin
:services:
- - opentox-feature
- - opentox-compound
- - opentox-dataset
- - opentox-fminer
- - opentox-lazar
+# 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/"