Skip to content

Commit

Permalink
Change the path to the database
Browse files Browse the repository at this point in the history
  • Loading branch information
creationix committed Aug 26, 2010
1 parent 32488b7 commit 0b8f630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Expand Up @@ -9,7 +9,7 @@ Object.keys(imageClasses).forEach(function (i) {
imageClassesInv[imageClasses[i]] = parseInt(i, 10);
})

var world = worldDB('world.db', 1024, 10000);
var world = worldDB('/home/node/world.db', 1024, 10000);
var emitter = new process.EventEmitter();

// HTTP Logic
Expand Down

0 comments on commit 0b8f630

Please sign in to comment.