Statistics
| Branch: | Revision:

root / snfOCCI / httpd / snf_voms_auth-paste.ini @ fe35958e

History | View | Annotate | Download (281 Bytes)

1
# snf_voms authentication PasteDeploy configuration file
2

    
3
[composite:main]
4
use = egg:Paste#urlmap
5
/v2.0/tokens:authapp
6
/v2.0/tenants:tenantapp
7

    
8
[app:authapp]
9
paste.app_factory = snfOCCI.APIserver:app_factory
10

    
11
[app:tenantapp]
12
paste.app_factory = snfOCCI.APIserver:tenant_app_factory