(profile, config)
| 90 | } |
| 91 | |
| 92 | function getConfig(profile, config) { |
| 93 | if (process.env.AWS_ON_AIR) { |
| 94 | return _getAwsConfig(profile, config); |
| 95 | } |
| 96 | return _getMemConfig(profile, config); |
| 97 | } |
| 98 | |
| 99 | module.exports = getConfig; |
no test coverage detected