Skip to content

Commit

Permalink
Remove hard setting of email address from heroku launch script
Browse files Browse the repository at this point in the history
  • Loading branch information
timthelion committed Jan 15, 2019
1 parent 69fa7a6 commit 5739ac9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion launch_on_heroku
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
export [email protected]
export DISABLE_COLLECTSTATIC=1
export GUNICORN_WORKERS=2
export DJANGO_SETTINGS_MODULE=project.settings.heroku
Expand Down

0 comments on commit 5739ac9

Please sign in to comment.