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