UNPKG

generator-ngfs

Version:

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

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