mirror of https://github.com/sipwise/repoapi.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
362 B
14 lines
362 B
[uwsgi]
|
|
|
|
# Django-related settings
|
|
# django 1.8 needs python >= 2.7
|
|
plugin = python27
|
|
# the base directory (full path)
|
|
chdir = /usr/share/repoapi
|
|
# Django's wsgi file
|
|
module = repoapi.wsgi:application
|
|
# the virtualenv (full path)
|
|
home = /var/lib/repoapi/venv_prod
|
|
# django setting
|
|
env = DJANGO_SETTINGS_MODULE=repoapi.settings.prod
|