buildout-prod.cfg
author ymh <ymh.work@gmail.com>
Fri, 09 May 2014 16:52:14 +0200
changeset 653 f32c9dcb04e1
parent 585 9e403b05797b
permissions -rw-r--r--
merge 2484db74c150
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
585
9e403b05797b refine buildout config and add buildout config for wsgi server
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
[buildout]
9e403b05797b refine buildout config and add buildout config for wsgi server
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
extends = buildout.cfg
9e403b05797b refine buildout config and add buildout config for wsgi server
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
parts += gunicorn
9e403b05797b refine buildout config and add buildout config for wsgi server
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
9e403b05797b refine buildout config and add buildout config for wsgi server
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
[gunicorn]
9e403b05797b refine buildout config and add buildout config for wsgi server
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
recipe = zc.recipe.egg:scripts
9e403b05797b refine buildout config and add buildout config for wsgi server
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
dependent-scripts = true
9e403b05797b refine buildout config and add buildout config for wsgi server
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
eggs =
9e403b05797b refine buildout config and add buildout config for wsgi server
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
    ${python:eggs}
9e403b05797b refine buildout config and add buildout config for wsgi server
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
    eventlet
9e403b05797b refine buildout config and add buildout config for wsgi server
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
    gunicorn