Skip to content

Commit

Permalink
hotfix, close #321
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-horse committed Apr 16, 2014
1 parent 3646c2c commit b93e0da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -16,6 +16,7 @@ results
node_modules
npm-debug.log
public/dist/
.dist
config/config.js
backup/*.json
backup/*.gz
Expand Down
2 changes: 1 addition & 1 deletion config/index.js
Expand Up @@ -55,7 +55,7 @@ var config = {
pass: 'cnpmjs_dev'
},
jsonLimit: '10mb', // max request json body size
uploadDir: path.join(root, 'public', 'dist'),
uploadDir: path.join(root, '.dist'),
// qiniu cdn: http://www.qiniu.com/, it free for dev.
qn: {
accessKey: "iN7NgwM31j4-BZacMjPrOQBs34UG1maYCAQmhdCV",
Expand Down

0 comments on commit b93e0da

Please sign in to comment.