UNPKG

generator-ngfs

Version:

Yeoman generator for creating MEAN stack applications, using MongoDB, Express, AngularJS, and Node

8 lines (7 loc) 137 B
'use strict'; module.exports = { env: 'test'<% if (mongo) { %>, mongo: { uri: 'mongodb://localhost/fullstack-test' }<% } %> };