Files
fc9e26a44e4d01cf2c0d44e472f282d6a4ad5cf2
swift /etc /auth-server.conf-sample

23 lines
539 B
Plaintext
Raw Normal View History

2010年08月20日 00:42:38 +00:00
[DEFAULT]
2010年07月12日 17:03:45 -05:00
# bind_ip = 0.0.0.0
# bind_port = 11000
# workers = 1
2010年08月20日 00:42:38 +00:00
# user = swift
# swift_dir = /etc/swift
# cert_file = Default is no cert; format is path like /etc/swift/auth.crt
# key_file = Default is no key; format is path like /etc/swift/auth.key
[pipeline:main]
pipeline = auth-server
[app:auth-server]
use = egg:swift#auth
# log_name = auth-server
# log_facility = LOG_LOCAL0
# log_level = INFO
2010年07月12日 17:03:45 -05:00
# reseller_prefix = AUTH
# default_cluster_url = http://127.0.0.1:8080/v1
2010年07月12日 17:03:45 -05:00
# token_life = 86400
# log_headers = False
# node_timeout = 10