From e2346a08003831eddb954e2816a1eb4fbe3b2655 Mon Sep 17 00:00:00 2001 From: davor Date: Tue, 7 Aug 2012 18:11:52 +0200 Subject: Added draft global opentox config file. --- opentox_services_config_file.rb | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 opentox_services_config_file.rb diff --git a/opentox_services_config_file.rb b/opentox_services_config_file.rb new file mode 100644 index 0000000..757da32 --- /dev/null +++ b/opentox_services_config_file.rb @@ -0,0 +1,27 @@ +# local development installation + +$compound = { :uri => "http://webservices.in-silico.ch/compound" } + +$algorithm = { :uri => "http://localhost:8081/algorithm" } +#$compound = { :uri => "http://localhost:8082/compound" } +$dataset = { :uri => "http://localhost:8083/dataset" } +$feature = { :uri => "http://localhost:8084/feature" } +#$model = { :uri => "http://localhost:8085/model" } +$task = { :uri => "http://localhost:8086/task" } +#$validation = { :uri => "http://localhost:8087/validation" } + +$four_store = { + :uri => 'http://localhost:8088', + :user => '', + :password => '' +} + +$aa = { + :uri => '' #'https://opensso.in-silico.ch', + #:user => 'guest', + #:password => 'guest', + #:free_request => [:HEAD], + #:authenticate_request => [], + #:authorize_request => [:GET, :POST, :DELETE, :PUT], + #:authorize_exceptions => {[:GET, :POST, :HEAD] => [$task[:uri],$feature[:uri],$dataset[:uri]]} +} -- cgit v1.2.3