use RUN_API

This commit is contained in:
Sven Fuchs 2012-09-14 13:36:42 +02:00
parent 37521c1d90
commit aebd795a77

View File

@ -1,2 +1,2 @@
web: bundle exec unicorn -p $PORT -c ./unicorn.rb
web: RUN_API=1 bundle exec unicorn -p $PORT -c ./unicorn.rb
guard: bundle exec guard