UNPKG

webgme-codeeditor

Version:

Code Editor Visualizer for webgme using CodeMirror

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;