Created
March 25, 2013 22:43
-
-
Save MattDietz/5241529 to your computer and use it in GitHub Desktop.
Repose tm2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[composite:quantum] | |
use = egg:Paste#urlmap | |
/: quantumversions | |
/v2.0: quantumapi_v2_0 | |
[composite:quantumapi_v2_0] | |
use = call:quantum.auth:pipeline_factory | |
noauth = noauth egg:repoze.tm2#tm extensions quantumapiapp_v2_0 | |
#noauth = extensions quantumapiapp_v2_0 | |
keystone = authtoken keystonecontext egg:repoze.tm2#tm extensions quantumapiapp_v2_0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment