blob: 920d45c9b33e832dd0549ca8940b5f76742a5cdf [file] [log] [blame]
Chmouel Boudjnah28fa4e82011-11-01 12:30:55 +01001[DEFAULT]
2devices = %NODE_PATH%/node
3mount_check = false
4bind_port = %BIND_PORT%
Chmouel Boudjnah88d54992011-11-02 01:10:38 +01005user = %USER%
Chmouel Boudjnah28fa4e82011-11-01 12:30:55 +01006log_facility = LOG_LOCAL%LOG_FACILITY%
7
8[pipeline:main]
9pipeline = account-server
10
11[app:account-server]
12use = egg:swift#account
13
14[account-replicator]
15vm_test_mode = yes
16
17[account-auditor]
18
19[account-reaper]