summaryrefslogtreecommitdiffstats
path: root/test/functional/conf/account-server.conf
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/conf/account-server.conf')
-rw-r--r--test/functional/conf/account-server.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/test/functional/conf/account-server.conf b/test/functional/conf/account-server.conf
new file mode 100644
index 0000000..96f3bd7
--- /dev/null
+++ b/test/functional/conf/account-server.conf
@@ -0,0 +1,19 @@
+[DEFAULT]
+devices = /mnt/gluster-object
+mount_check = false
+bind_port = 6012
+user = root
+log_facility = LOG_LOCAL2
+
+[pipeline:main]
+pipeline = account-server
+
+[app:account-server]
+use = egg:gluster_swift#account
+
+[account-replicator]
+vm_test_mode = yes
+
+[account-auditor]
+
+[account-reaper]