1 2
'use strict' module.exports = {
3 4 5
NODE_ENV: '"production"', ENV_CONFIG: '"prod"', BASE_API: '"https://api-prod"'
6
}