Added Social Authentication + fixed Agent Cron

This commit is contained in:
NGPixel
2016-10-30 18:41:10 -04:00
parent fa7391ea4b
commit dc6fc449f0
23 changed files with 428 additions and 111 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ module.exports = (isDebug) => {
winston.remove(winston.transports.Console);
winston.add(winston.transports.Console, {
level: (isDebug) ? 'info' : 'warn',
level: (isDebug) ? 'debug' : 'info',
prettyPrint: true,
colorize: true,
silent: false,