nurl/config.js

10 lines
170 B
JavaScript
Raw Normal View History

2017-08-05 20:14:17 +00:00
const config = {};
2016-02-07 21:16:07 +00:00
config.db = {};
config.webhost = 'http://localhost:3000/';
config.db.host = 'localhost';
config.db.name = 'url_shortener';
module.exports = config;