2017-09-11 10:13:57 +00:00
|
|
|
const config = {};
|
|
|
|
|
|
|
|
config.db = {};
|
|
|
|
// config.webhost = 'http://nurl.co/';
|
|
|
|
config.webhost = 'http://localhost:7000/';
|
2017-10-01 09:51:10 +00:00
|
|
|
config.port = process.env.PORT || 6566;
|
2017-09-11 10:13:57 +00:00
|
|
|
|
|
|
|
module.exports = config;
|