4 lines
70 B
JavaScript
4 lines
70 B
JavaScript
module.exports = {
|
|
NODE_ENV: '"production"',
|
|
BACKEND_URL: '"/"'
|
|
}
|