From 280de46b6dfb1d1994a7af122c5b36c6e6955ecb Mon Sep 17 00:00:00 2001 From: Makis Tracend Date: Sat, 6 Jul 2013 18:19:30 -0700 Subject: [PATCH] boolean env vars don't need to be strings --- env.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.json b/env.json index 86aee52..fa56caf 100644 --- a/env.json +++ b/env.json @@ -2,7 +2,7 @@ "localhost": { "app": "../app/", "plugins": "../app/plugins", - "debug": "true" + "debug": true }, "domain.com": { "base": "",