UNPKG

generator-ngfs

Version:

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

17 lines (14 loc) 274 B
'use strict'; var path = require('path'); var rootPath = path.normalize(__dirname + '/../../..'); module.exports = { root: rootPath, port: process.env.PORT || 3000<% if (mongo) { %>, mongo: { options: { db: { safe: true } } }<% } %> };