25 lines
471 B
Plaintext
25 lines
471 B
Plaintext
[DEFAULT]
|
|
|
|
# Make sure your swift-ring-builder arguments match the bind_ip and bind_port.
|
|
# You almost certainly do not want to listen just on loopback unless testing.
|
|
# However, you want to keep port 6202 if SElinux is enabled.
|
|
bind_ip = 127.0.0.1
|
|
bind_port = 6202
|
|
|
|
workers = 2
|
|
|
|
[pipeline:main]
|
|
pipeline = recon account-server
|
|
|
|
[filter:recon]
|
|
use = egg:swift#recon
|
|
|
|
[app:account-server]
|
|
use = egg:swift#account
|
|
|
|
[account-replicator]
|
|
|
|
[account-auditor]
|
|
|
|
[account-reaper]
|