Skip to content

Instantly share code, notes, and snippets.

@djoreilly
Created March 20, 2013 21:59
Show Gist options
  • Save djoreilly/5208909 to your computer and use it in GitHub Desktop.
Save djoreilly/5208909 to your computer and use it in GitHub Desktop.
simple pastedeploy config
[pipeline:main]
pipeline = auth hello
[app:hello]
paste.app_factory = app_layer:app_factory
[filter:auth]
paste.filter_factory = auth_layer:filter_factory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment