change name of sqlite db file from test.db to alertmon.db, closes issue #29

This commit is contained in:
jkaplon 2015-08-13 12:34:19 -04:00
parent 4c24454041
commit 8c22d38f57

View File

@ -24,7 +24,7 @@ var mailOptions = {
};
var file = "./db/test.db";
var file = "./db/alertmon.db";
var exists = fs.existsSync(file);
if(!exists) {