comparison test.ini @ 3181:efe23d6c178c rhodecode-0.0.1.5.2

merged with beta
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 21 Jan 2013 00:49:59 +0100
parents a5f0bc867edc 3472d8f37e6d
children 3563bb7b4b82
comparison
equal deleted inserted replaced
3179:cd50d1b5f35b 3181:efe23d6c178c
28 # Specify available auth parameters here (e.g. LOGIN PLAIN CRAM-MD5, etc.) 28 # Specify available auth parameters here (e.g. LOGIN PLAIN CRAM-MD5, etc.)
29 #smtp_auth = 29 #smtp_auth =
30 30
31 [server:main] 31 [server:main]
32 ##nr of threads to spawn 32 ##nr of threads to spawn
33 #threadpool_workers = 5 33 threadpool_workers = 5
34 34
35 ##max request before thread respawn 35 ##max request before thread respawn
36 #threadpool_max_requests = 2 36 threadpool_max_requests = 2
37 37
38 ##option to use threads of process 38 ##option to use threads of process
39 #use_threadpool = true 39 use_threadpool = true
40 40
41 #use = egg:Paste#http 41 use = egg:Paste#http
42 use = egg:waitress#main 42 #use = egg:waitress#main
43 host = 127.0.0.1 43 host = 127.0.0.1
44 port = 5000 44 port = 5000
45 45
46 [app:main] 46 [app:main]
47 use = egg:rhodecode 47 use = egg:rhodecode