added back nodefly. fixed package.json in a previous commit, our versioning of nodebb was what was breaking npm

This commit is contained in:
psychobunny
2013-06-04 13:23:17 -04:00
parent 3476be6233
commit 3a2152a1f8
2 changed files with 12 additions and 1 deletions

10
app.js
View File

@@ -1,3 +1,13 @@
// NodeFly
require('nodefly').profile(
'4b15d2184244dba6a0589932aa79ec50',
'NodeBB',
{
blockThreshold: 10
}
);
// Read config.js to grab redis info
var fs = require('fs'),
path = require('path'),