const config = {
port: process.env.PORT || 3000,
database: 'data.db',
href: 'https://github.com/',
};
module.exports = config;