No known key found for this signature in database
GPG Key ID: 86A4D290ED03FAB4
1 changed files with
2 additions and
0 deletions
-
server/connections/mongo_conn.js
|
|
@ -2,6 +2,8 @@ const mongoose = require('mongoose'); |
|
|
|
const chalk = require('chalk') |
|
|
|
const {mongo_uri} = require('../config/keys'); |
|
|
|
|
|
|
|
require('../models/User'); |
|
|
|
|
|
|
|
mongoose.Promise = global.Promise; |
|
|
|
mongoose.connect(mongo_uri, { |
|
|
|
useNewUrlParser: true, |
|
|
|