27 lines
490 B
Plaintext
27 lines
490 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 6200 if SElinux is enabled.
|
|
bind_ip = 127.0.0.1
|
|
bind_port = 6200
|
|
|
|
workers = 3
|
|
|
|
[pipeline:main]
|
|
pipeline = recon object-server
|
|
|
|
[filter:recon]
|
|
use = egg:swift#recon
|
|
|
|
[app:object-server]
|
|
use = egg:swift#object
|
|
|
|
[object-replicator]
|
|
|
|
[object-updater]
|
|
|
|
[object-auditor]
|
|
|
|
[object-reconstructor]
|