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 +}