moved passport info into package

This commit is contained in:
bill bittner 2018-03-27 16:08:01 -07:00
parent 955a2f5e14
commit 195f193259
17 changed files with 376 additions and 311 deletions
server/task-scripts

View file

@ -1,6 +1,6 @@
// load dependencies
const logger = require('winston');
const db = require('../models'); // require our models for syncing
const { db } = require('mysqlConfig');
// configure logging
require('../helpers/configureLogger.js')(logger);