24 lines
348 B
Plaintext
24 lines
348 B
Plaintext
[DEFAULT]
|
|
bind_ip = {{ local_ip }}
|
|
bind_port = {{ container_server_port }}
|
|
workers = 2
|
|
|
|
[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
|
|
|
|
[container-replicator]
|
|
|
|
[container-updater]
|
|
|
|
[container-auditor]
|
|
|
|
[container-sync]
|
|
|