6 lines
111 B
JavaScript

'use strict'
module.exports = {
NODE_ENV: '"production"',
ROOT_API: JSON.stringify(process.env.ROOT_API)
}