~ubuntu-branches/ubuntu/trusty/swift/trusty-updates

« back to all changes in this revision

Viewing changes to etc/account-server.conf-sample

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-01-28 09:40:30 UTC
  • mfrom: (1.2.16)
  • Revision ID: package-import@ubuntu.com-20130128094030-aetz57x2qz9ye2d4
Tags: 1.7.6-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[DEFAULT]
2
2
# bind_ip = 0.0.0.0
3
3
# bind_port = 6002
 
4
# bind_timeout = 30
4
5
# backlog = 4096
5
6
# workers = 1
6
7
# user = swift
28
29
# If you don't mind the extra disk space usage in overhead, you can turn this
29
30
# on to preallocate disk space with SQLite databases to decrease fragmentation.
30
31
# db_preallocation = off
 
32
# eventlet_debug = false
31
33
 
32
34
[pipeline:main]
33
 
pipeline = recon account-server
 
35
pipeline = healthcheck recon account-server
34
36
 
35
37
[app:account-server]
36
38
use = egg:swift#account
42
44
# set log_address = /dev/log
43
45
# auto_create_account_prefix = .
44
46
 
 
47
[filter:healthcheck]
 
48
use = egg:swift#healthcheck
 
49
# An optional filesystem path, which if present, will cause the healthcheck
 
50
# URL to return "503 Service Unavailable" with a body of "DISABLED BY FILE"
 
51
# disable_path =
 
52
 
45
53
[filter:recon]
46
54
use = egg:swift#recon
47
55
# recon_cache_path = /var/cache/swift