summaryrefslogtreecommitdiff
path: root/aa-local.yaml
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-03-29 15:49:38 +0200
committerChristoph Helma <helma@in-silico.ch>2011-03-29 15:49:38 +0200
commitb4a59bb26442855916eebeea67cfc696e22c8faa (patch)
tree03e48cd894fb7f84c1be1ecf0ab34852a69a07e3 /aa-local.yaml
parentf80444a8c87d428adcd584e6eefd35c621ce31a2 (diff)
ESCAPEDSERVERNAME substitution fixed, PASSORD removed
Diffstat (limited to 'aa-local.yaml')
-rw-r--r--aa-local.yaml16
1 files changed, 8 insertions, 8 deletions
diff --git a/aa-local.yaml b/aa-local.yaml
index 593ba56..ebfd667 100644
--- a/aa-local.yaml
+++ b/aa-local.yaml
@@ -15,24 +15,24 @@
# Exceptions:
:free_uris: #request-method for uri not controlled by A&A
? - :GET
- : - !ruby/regexp /http:\/\/ESCAPEDSERVERNAME\/algorithm/
+ : - !ruby/regexp /http:\/\/ESCAPEDSERVER\/algorithm/
- "http://SERVERNAME/model"
- "http://SERVERNAME/validation"
- - !ruby/regexp /http:\/\/ESCAPEDSERVERNAME\/validation\/[a-z,A-Z,\/,_\-]*$/
+ - !ruby/regexp /http:\/\/ESCAPEDSERVER\/validation\/[a-z,A-Z,\/,_\-]*$/
? - :GET
- :POST
- : - !ruby/regexp /http:\/\/ESCAPEDSERVERNAME\/toxcreate/
- - !ruby/regexp /http:\/\/ESCAPEDSERVERNAME\/task/
- - !ruby/regexp /http:\/\/ESCAPEDSERVERNAME\/compound/
+ : - !ruby/regexp /http:\/\/ESCAPEDSERVER\/toxcreate/
+ - !ruby/regexp /http:\/\/ESCAPEDSERVER\/task/
+ - !ruby/regexp /http:\/\/ESCAPEDSERVER\/compound/
? - :PUT
- : - !ruby/regexp /http:\/\/ESCAPEDSERVERNAME\/task/
+ : - !ruby/regexp /http:\/\/ESCAPEDSERVER\/task/
:authorize_exceptions: #request-method for uri only authenticated, no authorization
? - :POST
- : - !ruby/regexp /http:\/\/ESCAPEDSERVERNAME\/algorithm/
+ : - !ruby/regexp /http:\/\/ESCAPEDSERVER\/algorithm/
- "http://SERVERNAME/dataset"
- "http://SERVERNAME/model"
- "http://SERVERNAME/validation"
- - !ruby/regexp /http\:\/\/ESCAPEDSERVERNAME\/validation\/[a-z,A-Z,\/,_\-]*$/
+ - !ruby/regexp /http\:\/\/ESCAPEDSERVE\/validation\/[a-z,A-Z,\/,_\-]*$/