let configPath = process.env.CONFIG_PATH || 'config.json'; const config = require(`../${configPath}`); module.exports = { locals: config };