Skip to content

Commit

Permalink
django_pesapal.ini
Browse files Browse the repository at this point in the history
initial import
  • Loading branch information
nickaigi committed Sep 4, 2013
1 parent cc6e14f commit d72f8ea
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions django_pesapal.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# django.ini file
[uwsgi]

# master
master = true

# maximum number of processes
processes = 10

# the socket (use the full path to be safe)
socket = 127.0.0.1:8001

# with appropriate permissions - *may* be needed
# chmod-socket = 664

# the base directory
chdir = /home/nickson/projects/django/django-pesapal

# Django's wsgi file
module = wsgi
pythonpath = /home/nickson/projects/django/django-pesapal/django_pesapal


# the virtualenv
home = /home/nickson/virtual_envs/django-pesapal

# clear environment on exit
vacuum = true

0 comments on commit d72f8ea

Please sign in to comment.