From 75a56673dfcf528ba2855e7b2d67efd1e2f255b9 Mon Sep 17 00:00:00 2001 From: mr Date: Fri, 19 Aug 2011 13:01:08 +0200 Subject: fix in A&A config --- aa-local.yaml | 1 + aa-server.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/aa-local.yaml b/aa-local.yaml index 7c3bbce..723d50a 100644 --- a/aa-local.yaml +++ b/aa-local.yaml @@ -17,6 +17,7 @@ ? - :GET : - !ruby/regexp /http:\/\/ESCAPEDSERVER\/algorithm/ - "http://SERVERNAME/model" + - "http://SERVERNAME/dataset" - "http://SERVERNAME/validation" - !ruby/regexp /http:\/\/ESCAPEDSERVER\/validation\/resources/ - !ruby/regexp /http:\/\/ESCAPEDSERVER\/validation\/[a-z,A-Z,\/,_\-]*$/ diff --git a/aa-server.yaml b/aa-server.yaml index 7c3bbce..723d50a 100644 --- a/aa-server.yaml +++ b/aa-server.yaml @@ -17,6 +17,7 @@ ? - :GET : - !ruby/regexp /http:\/\/ESCAPEDSERVER\/algorithm/ - "http://SERVERNAME/model" + - "http://SERVERNAME/dataset" - "http://SERVERNAME/validation" - !ruby/regexp /http:\/\/ESCAPEDSERVER\/validation\/resources/ - !ruby/regexp /http:\/\/ESCAPEDSERVER\/validation\/[a-z,A-Z,\/,_\-]*$/ -- cgit v1.2.3 From 78d95cc34a419c7b01c68cf162f8ec65e4c70280 Mon Sep 17 00:00:00 2001 From: mr Date: Wed, 24 Aug 2011 10:47:05 +0200 Subject: fix: have toxcreate/model/[n] uris in A&A --- aa-local.yaml | 2 +- aa-server.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aa-local.yaml b/aa-local.yaml index 723d50a..260c72e 100644 --- a/aa-local.yaml +++ b/aa-local.yaml @@ -23,7 +23,7 @@ - !ruby/regexp /http:\/\/ESCAPEDSERVER\/validation\/[a-z,A-Z,\/,_\-]*$/ ? - :GET - :POST - : - !ruby/regexp /http:\/\/ESCAPEDSERVER\/toxcreate/ + : - !ruby/regexp /http:\/\/ESCAPEDSERVER\/toxcreate\/[a-z,A-Z,\/,_\-]*$/ - !ruby/regexp /http:\/\/ESCAPEDSERVER\/task/ - !ruby/regexp /http:\/\/ESCAPEDSERVER\/compound/ - !ruby/regexp /sign_(in|out)$/ diff --git a/aa-server.yaml b/aa-server.yaml index 723d50a..260c72e 100644 --- a/aa-server.yaml +++ b/aa-server.yaml @@ -23,7 +23,7 @@ - !ruby/regexp /http:\/\/ESCAPEDSERVER\/validation\/[a-z,A-Z,\/,_\-]*$/ ? - :GET - :POST - : - !ruby/regexp /http:\/\/ESCAPEDSERVER\/toxcreate/ + : - !ruby/regexp /http:\/\/ESCAPEDSERVER\/toxcreate\/[a-z,A-Z,\/,_\-]*$/ - !ruby/regexp /http:\/\/ESCAPEDSERVER\/task/ - !ruby/regexp /http:\/\/ESCAPEDSERVER\/compound/ - !ruby/regexp /sign_(in|out)$/ -- cgit v1.2.3 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(-) 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(+) 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