summaryrefslogtreecommitdiff
path: root/config.js
blob: a3400b876b32e95c580a555321ee895cc7c5989b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
'use strict';

// TODO include local config

/**
 * Server port to listen on.
 */
exports.port = 3000;

/**
 * Mongoose connection URI.
 */
exports.dburi = 'mongodb://localhost/rvs';