nurl/config.js
Martin Donnelly 1209271cd4 Re work
2017-08-05 21:14:17 +01:00

10 lines
170 B
JavaScript

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