require('dotenv').config(); module.exports = function () { return { url: process.env.SITE_URL }; }