mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
Moved and configured config.json to be in root of directory
This commit is contained in:
parent
368d1b9941
commit
9dfd96b84f
2 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
var nodemailer = require('nodemailer');
|
||||
var nconf = require('nconf');
|
||||
nconf.file({ file: './config.json' });
|
||||
var crypto = require('crypto');
|
||||
var path = require("path");
|
||||
var request = require('request');
|
||||
|
|
@ -142,4 +143,4 @@ module.exports.decrypt = function(text){
|
|||
var dec = decipher.update(text,'hex','utf8')
|
||||
dec += decipher.final('utf8');
|
||||
return dec;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue