Chmouel Boudjnah | 28fa4e8 | 2011-11-01 12:30:55 +0100 | [diff] [blame^] | 1 | [DEFAULT] |
2 | devices = %NODE_PATH%/node | ||||
3 | mount_check = false | ||||
4 | bind_port = %BIND_PORT% | ||||
5 | user = stack | ||||
6 | log_facility = LOG_LOCAL%LOG_FACILITY% | ||||
7 | |||||
8 | [pipeline:main] | ||||
9 | pipeline = account-server | ||||
10 | |||||
11 | [app:account-server] | ||||
12 | use = egg:swift#account | ||||
13 | |||||
14 | [account-replicator] | ||||
15 | vm_test_mode = yes | ||||
16 | |||||
17 | [account-auditor] | ||||
18 | |||||
19 | [account-reaper] |