pads_app
Version:
playground of algorithms for Distributed Systems(PADS)
32 lines (16 loc) • 735 B
JavaScript
// DO NOT EDIT THIS FILE
// This file is automatically generated from the webgme-setup-tool.
;
var config = require('webgme/config/config.default'),
validateConfig = require('webgme/config/validator');
// The paths can be loaded from the webgme-setup.json
config.plugin.basePaths.push(__dirname + '/../src/plugins');
config.plugin.basePaths.push('src/common');
config.visualization.decoratorPaths.push('./src/decorators');
// Visualizer descriptors
// Add requirejs paths
config.requirejsPaths['pads_app'] = './src/common';
config.requirejsPaths['CreateTopology'] = './src/plugins/CreateTopology';
config.mongo.uri = 'mongodb://127.0.0.1:27017/pads_app';
validateConfig(config);
module.exports = config;