Skip to content

Commit

Permalink
updated default config files
Browse files Browse the repository at this point in the history
  • Loading branch information
fakewaffle committed Jun 16, 2011
1 parent 2e8cfee commit 33cd324
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/core.default.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
exports.core = {
'port' : 8000,
'webroot' : '/',
'webroot' : '/piejs-example-blog/',
'debug' : true,
'secret' : '',
'viewEngine' : 'ejs'
Expand Down
4 changes: 2 additions & 2 deletions config/database.default.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ exports.database = {
'mysql' : {
'host' : 'localhost',
'port' : 3306,
'user' : 'root',
'user' : '',
'password' : '',
'database' : 'pie'
'database' : 'piejs-example-blog'
}
};

0 comments on commit 33cd324

Please sign in to comment.