blob: 2f888a275fa9e9f4af5c3932e4f04780f9370291 [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%
Chmouel Boudjnah3a648262011-11-03 10:43:46 +01007swift_dir = %SWIFT_CONFIG_LOCATION%
Chmouel Boudjnah28fa4e82011-11-01 12:30:55 +01008
9[pipeline:main]
10pipeline = object-server
11
12[app:object-server]
13use = egg:swift#object
14
15[object-replicator]
16vm_test_mode = yes
17
18[object-updater]
19
20[object-auditor]
Chmouel Boudjnah12c7d4b2012-02-09 16:44:32 +010021
22[object-expirer]