From 886174b28b702027931f946644cb5050268d8a77 Mon Sep 17 00:00:00 2001 From: Makis Tracend Date: Sun, 1 Apr 2012 16:21:25 -0700 Subject: [PATCH] fixing formatting --- env.sample.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/env.sample.json b/env.sample.json index dc350be..0894c6a 100644 --- a/env.sample.json +++ b/env.sample.json @@ -1,12 +1,12 @@ { "localhost": { - "base": "", - "plugins": "", - "debug": "true" + "base": "", + "plugins": "", + "debug": "true" }, "domain.com": { - "base": "", - "plugins": "", - "cdn": "http://cdn.'.$_SERVER['SERVER_NAME'].'/" + "base": "", + "plugins": "", + "cdn": "http://cdn.'.$_SERVER['SERVER_NAME'].'/" } } \ No newline at end of file