Skip to content

Commit

Permalink
remove env declaration in supervisord.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
yarray committed May 12, 2015
1 parent 712eccd commit 178f448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0

[program:app-gunicorn]
command = /usr/local/bin/gunicorn avipost.wsgi:application --env DJANGO_SETTINGS_MODULE=avipost.settings.ci --chdir /usr/src/app/avipost
command = /usr/local/bin/gunicorn avipost.wsgi:application --chdir /usr/src/app/avipost
startsecs = 5
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
Expand Down

0 comments on commit 178f448

Please sign in to comment.