blob: 99fc2860ef09b2e49d246562836c3aef3b11bad1 [file] [log] [blame]
Chmouel Boudjnah28fa4e82011-11-01 12:30:55 +01001[DEFAULT]
2bind_port = 8080
3user = stack
4log_facility = LOG_LOCAL1
5
6[pipeline:main]
7pipeline = healthcheck cache tempauth proxy-server
8
9[app:proxy-server]
10use = egg:swift#proxy
11allow_account_management = true
12
13[filter:tempauth]
14use = egg:swift#tempauth
15user_admin_admin = admin .admin .reseller_admin
16user_test_tester = testing .admin
17user_test2_tester2 = testing2 .admin
18user_test_tester3 = testing3
19bind_ip = ${MY_IP}
20
21[filter:healthcheck]
22use = egg:swift#healthcheck
23
24[filter:cache]
25use = egg:swift#memcache