From aebd795a77d5503435fff94b203b70b8fd082533 Mon Sep 17 00:00:00 2001 From: Sven Fuchs Date: Fri, 14 Sep 2012 13:36:42 +0200 Subject: [PATCH] use RUN_API --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 19775789..81ef0552 100644 --- a/Procfile +++ b/Procfile @@ -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