~david-goetz/swift/db_double_quar

« back to all changes in this revision

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

  • Committer: Tarmac
  • Author(s): gholt
  • Date: 2011-03-15 15:52:34 UTC
  • mfrom: (241.2.2 swauthonly)
  • Revision ID: tarmac-20110315155234-hdy60f7s6dln140k
Remove DevAuth

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Only needed for DevAuth; Swauth is within the proxy-server.conf
2
 
[DEFAULT]
3
 
# bind_ip = 0.0.0.0
4
 
# bind_port = 11000
5
 
# workers = 1
6
 
# user = swift
7
 
# swift_dir = /etc/swift
8
 
# cert_file = Default is no cert; format is path like /etc/swift/auth.crt
9
 
# key_file = Default is no key; format is path like /etc/swift/auth.key
10
 
# You can specify default log routing here if you want:
11
 
# log_name = swift
12
 
# log_facility = LOG_LOCAL0
13
 
# log_level = INFO
14
 
 
15
 
[pipeline:main]
16
 
pipeline = auth-server
17
 
 
18
 
[app:auth-server]
19
 
use = egg:swift#auth
20
 
# Highly recommended to change this.
21
 
super_admin_key = devauth
22
 
# You can override the default log routing for this app here:
23
 
# set log_name = proxy-server
24
 
# set log_facility = LOG_LOCAL0
25
 
# set log_level = INFO
26
 
# set log_headers = False
27
 
# reseller_prefix = AUTH
28
 
# default_cluster_url = http://127.0.0.1:8080/v1
29
 
# token_life = 86400
30
 
# node_timeout = 10