gulp stuff

This commit is contained in:
Martin Donnelly 2017-08-06 00:31:50 +01:00
parent 80ace3866b
commit 9e3ef3bec6

View File

@ -1,8 +1,8 @@
const config = {};
config.db = {};
//config.webhost = 'http://nurl.co/';
config.webhost = 'http://localhost:7000/';
config.webhost = 'http://nurl.co/';
// config.webhost = 'http://localhost:7000/';
config.port = 7000;
config.db.host = 'localhost';