Skip to content

Commit

Permalink
Add meetup_api_key env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
drkane committed Aug 9, 2017
1 parent 14d4bac commit 353f9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: python server/server.py --port $PORT --host "0.0.0.0" --server "gunicorn"
web: python server/server.py --port $PORT --host "0.0.0.0" --server "gunicorn" $MEETUP_API_KEY

0 comments on commit 353f9c7

Please sign in to comment.