Skip to content

Instantly share code, notes, and snippets.

@notmyname
Created March 22, 2016 23:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save notmyname/4081362a8f20ca28e61d to your computer and use it in GitHub Desktop.
Save notmyname/4081362a8f20ca28e61d to your computer and use it in GitHub Desktop.
[DEFAULT]
bind_port = 8080
[pipeline:main]
pipeline = healthcheck cache tempauth proxy-server
[app:proxy-server]
use = egg:swift#proxy
account_autocreate = true
[filter:tempauth]
use = egg:swift#tempauth
user_admin_admin = admin .admin .reseller_admin
user_test_tester = testing .admin
user_test2_tester2 = testing2 .admin
user_test_tester3 = testing3
user_test5_tester5 = testing5 service
[filter:healthcheck]
use = egg:swift#healthcheck
[filter:cache]
use = egg:swift#memcache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment