summaryrefslogtreecommitdiffstats
path: root/test/functional_auth/gswauth/conf/object-expirer.conf
blob: b75963ca6f5ae5e68f49da61465c8557cbafb5d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[DEFAULT]

[object-expirer]
# auto_create_account_prefix = .

[pipeline:main]
pipeline = catch_errors cache proxy-server

[app:proxy-server]
use = egg:swift#proxy

[filter:cache]
use = egg:swift#memcache
memcache_servers = 127.0.0.1:11211

[filter:catch_errors]
use = egg:swift#catch_errors