summaryrefslogtreecommitdiff
path: root/docker/rootfs/etc/swift/container-server.conf
blob: db99c43d38e0c87ea64c64db3f91e02efacd5262 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[DEFAULT]
devices = /srv/node/
bind_ip = 127.0.0.1
bind_port = 6001
workers = 2
mount_check = false
log_facility = LOG_LOCAL4

[pipeline:main]
pipeline = healthcheck recon container-server

[app:container-server]
use = egg:swift#container

[filter:recon]
use = egg:swift#recon

[filter:healthcheck]
use = egg:swift#healthcheck

[container-replicator]

[container-updater]

[container-auditor]

[container-sync]