Advertisement
Guest User

Untitled

a guest
Feb 21st, 2014
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. [DEFAULT]
  2. bind_port = 8080
  3. workers = 8
  4. user = swift
  5.  
  6. log_statsd_host = localhost
  7. log_statsd_port = 8125
  8. log_statsd_default_sample_rate = 1.0
  9. log_statsd_sample_rate_factor = 1.0
  10.  
  11.  
  12. [pipeline:main]
  13. pipeline = healthcheck proxy-logging cache tempauth proxy-logging proxy-server
  14.  
  15. [app:proxy-server]
  16. use = egg:swift#proxy
  17. allow_account_management = true
  18. account_autocreate = true
  19.  
  20. [filter:proxy-logging]
  21. use = egg:swift#proxy_logging
  22.  
  23. [filter:tempauth]
  24. use = egg:swift#tempauth
  25. user_system_root = apass .admin
  26. user_user_wer = tespass .admin
  27. user_test_dispersiontest = c4drt854dhkdfc9fa65 .admin
  28.  
  29.  
  30. [filter:healthcheck]
  31. use = egg:swift#healthcheck
  32.  
  33. [filter:cache]
  34. use = egg:swift#memcache
  35. memcache_servers = localhost:11211
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement