nurl/config.js
Martin Donnelly 80ace3866b gulp stuff
2017-08-06 00:01:33 +01:00

12 lines
228 B
JavaScript

const config = {};
config.db = {};
//config.webhost = 'http://nurl.co/';
config.webhost = 'http://localhost:7000/';
config.port = 7000;
config.db.host = 'localhost';
config.db.name = 'url_shortener';
module.exports = config;