summaryrefslogtreecommitdiff
path: root/production.yaml
diff options
context:
space:
mode:
authorroot <root@ot-dev.in-silico.ch>2011-03-08 09:34:09 +0000
committerroot <root@ot-dev.in-silico.ch>2011-03-08 09:34:09 +0000
commit2f2f6bf857a8ca8ce04ee98b221b0feaa95d5284 (patch)
tree40562b109308fb9af5bbe71178d0ef219f42a763 /production.yaml
parentd3cea0a0d792b76464b0760c879d61e91725c675 (diff)
updated for redis
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 b1f59de..443c3b5 100644
--- a/production.yaml
+++ b/production.yaml
@@ -26,45 +26,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,\/,_\-]*$/
-