comparison production.ini @ 3945:535be0731523 beta

fixed gunicorn example config
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 04 Jun 2013 14:42:49 +0200
parents c27967598e0c
children 5293d4bbb1ea c9ca7fa55b0d
comparison
equal deleted inserted replaced
3944:d18500a8840c 3945:535be0731523
55 #workers = 1 55 #workers = 1
56 ## process name 56 ## process name
57 #proc_name = rhodecode 57 #proc_name = rhodecode
58 ## type of worker class, one of sync, eventlet, gevent, tornado 58 ## type of worker class, one of sync, eventlet, gevent, tornado
59 ## recommended for bigger setup is using of of other than sync one 59 ## recommended for bigger setup is using of of other than sync one
60 #worker-class = sync 60 #worker_class = sync
61 #max-requests = 5 61 #max_requests = 5
62 62
63 ## COMMON ## 63 ## COMMON ##
64 host = 127.0.0.1 64 host = 127.0.0.1
65 port = 5000 65 port = 5000
66 66