UNPKG
pads_app
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
playground of algorithms for Distributed Systems(PADS)
github.com/doc-vu/pads
doc-vu/pads
pads_app
/
config
/
config.test.js
13 lines
(9 loc)
•
252 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/*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;