summaryrefslogtreecommitdiff
path: root/production.yaml
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-03-08 10:52:29 +0100
committerChristoph Helma <helma@in-silico.ch>2011-03-08 10:52:29 +0100
commit26037d5c6b734ce2afec34d1b2c5cd9ccafdcd3d (patch)
treee3b499ccf1809b0b21ad91b6d9511b3c090865ca /production.yaml
parentc6c57b1ef623b58de0bfe6402f056218d4dcbd69 (diff)
parentddd53ddcdf4dca13c6ac117655ff64edb8950fba (diff)
Merge branch 'master' of github.com:helma/opentox-install
Conflicts: config opentox-ruby.sh
Diffstat (limited to 'production.yaml')
-rw-r--r--production.yaml43
1 files changed, 2 insertions, 41 deletions
diff --git a/production.yaml b/production.yaml
index ce19743..f6d19cd 100644
--- a/production.yaml
+++ b/production.yaml
@@ -18,45 +18,6 @@
# Uncomment for verbose logging
LOGGER
-#:logger: debug
-#:backtrace: true
+:logger: debug
+:backtrace: true
-# OpenSSO Authorization
-# set ":server: " to disable A&A
-:authorization:
- :server: AA
- :free_request: #request-method not controlled by A&A
- - "GET"
- - "POST"
- - "HEAD"
- - "DELETE"
- - "PUT"
- :authenticate_request: #only for authenticated user
- - ""
- :authorize_request: #only for authenticated and authorizeduser
- - ""
-# Exceptions:
- :free_uris: #request-method for uri not controlled by A&A
- ? - :GET
- : - !ruby/regexp /http:\/\/ot\-dev\.in\-silico\.ch\/algorithm/
- - "http://in-silico.ch/dataset"
- - "http://ot-dev.in-silico.ch/model"
- - "http://ot-dev.in-silico.ch/validation"
- - !ruby/regexp /http:\/\/ot\-dev\.in-silico\.ch\/validation\/[a-z,A-Z,\/,_\-]*$/
- ? - :GET
- - :POST
- : - !ruby/regexp /http:\/\/ot\-dev\.in\-silico\.ch\/toxcreate/
- - !ruby/regexp /http:\/\/ot\-dev\.in\-silico\.ch\/task/
- - !ruby/regexp /http:\/\/ot\-dev\.in\-silico\.ch\/compound/
-
- ? - :PUT
- : - !ruby/regexp /http:\/\/ot\-dev\.in\-silico\.ch\/task/
-
- :authorize_exceptions: #request-method for uri only authenticated, no authorization
- ? - :POST
- : - !ruby/regexp /http:\/\/ot\-dev\.in\-silico\.ch\/algorithm/
- - "http://ot-dev.in-silico.ch/dataset"
- - "http://ot-dev.in-silico.ch/model"
- - "http://ot-dev.in-silico.ch/validation"
- - !ruby/regexp /http\:\/\/ot-dev\.in\-silico\.ch\/validation\/[a-z,A-Z,\/,_\-]*$/
-