blob: 737a66df59f7d8e895daff5aac5663acfab5fcf0 [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
Chmouel Boudjnahd5651bb2011-11-01 16:22:08 +010012account_autocreate = true
Chmouel Boudjnah28fa4e82011-11-01 12:30:55 +010013
14[filter:tempauth]
15use = egg:swift#tempauth
16user_admin_admin = admin .admin .reseller_admin
17user_test_tester = testing .admin
18user_test2_tester2 = testing2 .admin
19user_test_tester3 = testing3
Chmouel Boudjnaha2cd8412011-11-01 12:36:10 +010020bind_ip = 0.0.0.0
Chmouel Boudjnah28fa4e82011-11-01 12:30:55 +010021
22[filter:healthcheck]
23use = egg:swift#healthcheck
24
25[filter:cache]
26use = egg:swift#memcache