5 lines
76 B
JavaScript
5 lines
76 B
JavaScript
module.exports = {
|
|
NODE_ENV: '"production"',
|
|
BASE_API: '"/portalapi"'
|
|
}
|