UNPKG

webgme-bip

Version:

Design studio for component-based modeling with BIP.

13 lines (9 loc) 252 B
/*jshint node: true*/ /** * @author lattmann / https://github.com/lattmann */ 'use strict'; var config = require('./config.default'); config.server.port = 9001; config.mongo.uri = 'mongodb://127.0.0.1:27017/webgme_tests'; module.exports = config;