comparison development.ini @ 1116:716911af91e1 beta

Added api_key into user, api key get's generated again after password change updated ini files
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 06 Mar 2011 00:06:28 +0100
parents 5351a3a32381
children b9ea10d3e419
comparison
equal deleted inserted replaced
1115:fcb5054937f6 1116:716911af91e1
30 30
31 ##max request before thread respawn 31 ##max request before thread respawn
32 threadpool_max_requests = 6 32 threadpool_max_requests = 6
33 33
34 ##option to use threads of process 34 ##option to use threads of process
35 use_threadpool = false 35 use_threadpool = true
36 36
37 use = egg:Paste#http 37 use = egg:Paste#http
38 host = 0.0.0.0 38 host = 0.0.0.0
39 port = 5000 39 port = 5000
40 40