UNPKG

webgme-rosmod

Version:

This repository contains ROSMOD developed for WebGME. ROSMOD is a web-based, collaborative, modeling and execution environment for distributed embedded applications built using ROS http://rosmod.rcps.isis.vanderbilt.edu

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;