blob: 763c306f90256e8f67c82576bfe7fa97d8c9d5a8 [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%
Dean Troyer1e51c112012-03-16 10:42:00 -05007swift_dir = %SWIFT_CONFIG_DIR%
Chmouel Boudjnah28fa4e82011-11-01 12:30:55 +01008
9[pipeline:main]
10pipeline = account-server
11
12[app:account-server]
13use = egg:swift#account
14
15[account-replicator]
16vm_test_mode = yes
17
18[account-auditor]
19
20[account-reaper]