25 lines
382 B
Plaintext
25 lines
382 B
Plaintext
[DEFAULT]
|
|
bind_ip = {{ bind_host }}
|
|
bind_port = {{ container_server_port }}
|
|
workers = {{ workers }}
|
|
|
|
[pipeline:main]
|
|
pipeline = recon container-server
|
|
|
|
[filter:recon]
|
|
use = egg:swift#recon
|
|
recon_cache_path = /var/cache/swift
|
|
|
|
[app:container-server]
|
|
use = egg:swift#container
|
|
allow_versions = true
|
|
|
|
[container-replicator]
|
|
|
|
[container-updater]
|
|
|
|
[container-auditor]
|
|
|
|
[container-sync]
|
|
|