summaryrefslogtreecommitdiffstats
path: root/test/functional_auth/tempauth/conf/object-expirer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional_auth/tempauth/conf/object-expirer.conf')
-rw-r--r--test/functional_auth/tempauth/conf/object-expirer.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/functional_auth/tempauth/conf/object-expirer.conf b/test/functional_auth/tempauth/conf/object-expirer.conf
new file mode 100644
index 0000000..b75963c
--- /dev/null
+++ b/test/functional_auth/tempauth/conf/object-expirer.conf
@@ -0,0 +1,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