From f0ab11eab3a6976e28787e5996919b2a8191b059 Mon Sep 17 00:00:00 2001 From: Makis Tracend Date: Tue, 29 Sep 2015 12:49:31 -0700 Subject: [PATCH] setting paths for default base/plugins --- env.sample.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/env.sample.json b/env.sample.json index cdb888c..1a0bc96 100644 --- a/env.sample.json +++ b/env.sample.json @@ -1,12 +1,12 @@ { "localhost": { - "base": "", - "plugins": "", - "debug": "true" + "base": "../app/", + "plugins": "../app/plugins", + "debug": true }, "domain.com": { - "base": "", - "plugins": "", + "base": "../app/", + "plugins": "../app/plugins", "cdn": "http://cdn.'.$_SERVER['SERVER_NAME'].'/" } -} \ No newline at end of file +}