Chmouel Boudjnah | 28fa4e8 | 2011-11-01 12:30:55 +0100 | [diff] [blame] | 1 | [DEFAULT] |
| 2 | bind_port = 8080 |
| 3 | user = stack |
| 4 | log_facility = LOG_LOCAL1 |
| 5 | |
| 6 | [pipeline:main] |
| 7 | pipeline = healthcheck cache tempauth proxy-server |
| 8 | |
| 9 | [app:proxy-server] |
| 10 | use = egg:swift#proxy |
| 11 | allow_account_management = true |
Chmouel Boudjnah | d5651bb | 2011-11-01 16:22:08 +0100 | [diff] [blame^] | 12 | account_autocreate = true |
Chmouel Boudjnah | 28fa4e8 | 2011-11-01 12:30:55 +0100 | [diff] [blame] | 13 | |
| 14 | [filter:tempauth] |
| 15 | use = egg:swift#tempauth |
| 16 | user_admin_admin = admin .admin .reseller_admin |
| 17 | user_test_tester = testing .admin |
| 18 | user_test2_tester2 = testing2 .admin |
| 19 | user_test_tester3 = testing3 |
Chmouel Boudjnah | a2cd841 | 2011-11-01 12:36:10 +0100 | [diff] [blame] | 20 | bind_ip = 0.0.0.0 |
Chmouel Boudjnah | 28fa4e8 | 2011-11-01 12:30:55 +0100 | [diff] [blame] | 21 | |
| 22 | [filter:healthcheck] |
| 23 | use = egg:swift#healthcheck |
| 24 | |
| 25 | [filter:cache] |
| 26 | use = egg:swift#memcache |