Skip to content

Commit

Permalink
setting paths for default base/plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
tracend committed Sep 29, 2015
1 parent f196c13 commit f0ab11e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions env.sample.json
Original file line number Diff line number Diff line change
@@ -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'].'/"
}
}
}

0 comments on commit f0ab11e

Please sign in to comment.