stone/config.js
Martin Donnelly a3d5ecf460 starting
2017-10-01 10:51:10 +01:00

9 lines
184 B
JavaScript

const config = {};
config.db = {};
// config.webhost = 'http://nurl.co/';
config.webhost = 'http://localhost:7000/';
config.port = process.env.PORT || 6566;
module.exports = config;