6 lines
87 B
JavaScript
6 lines
87 B
JavaScript
'use strict'
|
|
module.exports = {
|
|
NODE_ENV: '"production"',
|
|
ROOT_API:'"/chainetv"'
|
|
}
|