var basePort = 3810; module.exports = { development: basePort, testing: basePort + 1, staging: basePort + 2, production: basePort + 3 }[ENV];