nurl/config.js
2016-02-07 16:16:07 -05:00

10 lines
168 B
JavaScript

var config = {};
config.db = {};
config.webhost = 'http://localhost:3000/';
config.db.host = 'localhost';
config.db.name = 'url_shortener';
module.exports = config;