Skip to content

Commit

Permalink
Returned default to original "static_content" value
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinson committed Jan 26, 2015
1 parent f42c42c commit 5544143
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/nodejs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ connection strings:
// sqlite: 'qm.db'
},
port: 8177,
static_content: require('path').resolve('./katamari.json'),
static_content: 'katamari.json',
trafficlog_storage: {
// couch: 'http://127.0.0.1:5984/traffic'
// mongo: 'mongodb://localhost:27017/test'
Expand Down
2 changes: 1 addition & 1 deletion src/npm-module
Submodule npm-module updated 1 files
+2 −1 lib/qm/service.js

0 comments on commit 5544143

Please sign in to comment.