From 85bd30211fa24d97e4f0e8ed5ca544f6e87071a6 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Fri, 26 Aug 2011 13:32:41 +0000 Subject: yaml_hosts changed to json_hosts --- production.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'production.yaml') diff --git a/production.yaml b/production.yaml index f3eee2c..2535a78 100644 --- a/production.yaml +++ b/production.yaml @@ -10,7 +10,7 @@ opentox-toxcreate: "http://SERVERNAME/toxcreate/" opentox-validation: "http://SERVERNAME/validation/" -:yaml_hosts: +:json_hosts: - "localhost" - "SERVERNAME" - "webservices.in-silico.ch" -- cgit v1.2.3 From 63f13641aafbaf7dcdb2401b8d42449baa132bcb Mon Sep 17 00:00:00 2001 From: mr Date: Fri, 23 Sep 2011 10:13:54 +0200 Subject: add ontology service to config --- production.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'production.yaml') diff --git a/production.yaml b/production.yaml index 2535a78..09efad0 100644 --- a/production.yaml +++ b/production.yaml @@ -9,6 +9,7 @@ opentox-task: "http://SERVERNAME/task/" opentox-toxcreate: "http://SERVERNAME/toxcreate/" opentox-validation: "http://SERVERNAME/validation/" + opentox-ontology: "http://apps.ideaconsult.net:8080/ontology" :json_hosts: - "localhost" -- cgit v1.2.3