prod.env.js 119 Bytes Edit Raw Blame History 1 2 3 4 5 6 'use strict' module.exports = { NODE_ENV: '"production"', ENV_CONFIG: '"prod"', BASE_API: '"https://api-prod"' }