require('dotenv').config(); module.exports = { port: process.env.PORT || 3000, BASE_URL: process.env.BASE_URL || 'http://localhost:3200' };