UNPKG

horse-generator

Version:
1 lines 334 B
"use strict";var mongoose=require("mongoose"),config=require("../config/env");mongoose.Promise=global.Promise,mongoose.connect(config.mongo.uri,config.mongo.options).then(function(){console.log("------ Mongodb connection succeed ------")},function(o){console.log("------ Mongodb connection failed ------"+o)}),module.exports=mongoose;