summaryrefslogtreecommitdiff
path: root/opentox_services_config_file.rb
blob: e3b18d228e6665b623bf23f3d9cfeefbb527062e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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 => nil #'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]]}
}