~benoit.pierre/sloecode/incubation

« back to all changes in this revision

Viewing changes to development.ini

  • Committer: Thomi Richards
  • Date: 2011-02-12 01:10:52 UTC
  • mto: This revision was merged to the branch mainline in revision 52.
  • Revision ID: thomir@gmail.com-20110212011052-v5gti0nqogwh7lg0
First pass at moving config into the .ini file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
smtp_server = localhost
11
11
error_email_from = paste@localhost
12
12
 
 
13
# Bazaar directory locations are shared across the webapp and the smart server
 
14
# so I'm putting them into the DEFAULT section:
 
15
bzr_root = %(here)s/bzr-repos
 
16
bzr_project_root = %(bzr_root)s/project
 
17
bzr_person_root = %(bzr_root)s/person
 
18
 
 
19
ss_access_log_name = /var/sloecode/logs/smartserver-access.log
 
20
ss_log_name = /var/sloecode/logs/smartserver.log
 
21
ss_private_key_file = /var/sloecode/keys/sloecode_rsa
 
22
ss_public_key_file = /var/sloecode/keys/sloecode_rsa.pub
 
23
 
 
24
ss_ssh_port = tcp:4022
 
25
ss_idle_timeout = 3600
 
26
ss_banner = Sloecode BZR Smart Server
 
27
 
 
28
ss_xmlrpc_auth_endpoint = http://localhost:5000/xmlrpc
 
29
 
13
30
[server:main]
14
31
use = egg:Paste#http
15
32
host = 0.0.0.0
24
41
beaker.session.key = sloecode
25
42
beaker.session.secret = somesecret
26
43
 
27
 
bzr_root = %(here)s/bzr-repos
28
 
bzr_project_root = %(bzr_root)s/project
29
 
bzr_person_root = %(bzr_root)s/person
30
 
 
31
44
# If you'd like to fine-tune the individual locations of the cache data dirs
32
45
# for the Cache data, or the Session saves, un-comment the desired settings
33
46
# here: