Skip to content

Commit

Permalink
Set Application Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Silfer committed Mar 31, 2017
1 parent fe2061e commit 0868d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ var path = require ('path');


app.set ('rootPath', __dirname);
app.set('test', true); // Set to true to populate db with fake modules when /test is visited.

app.set('test', false); // Set to true to populate db with fake modules when /test is visited.

// parse config file
var config = JSON.parse (fs.readFileSync ('config.json', 'utf8'));
Expand Down

0 comments on commit 0868d5d

Please sign in to comment.