6 lines
113 B
JavaScript
6 lines
113 B
JavaScript
|
|
'use strict'
|
||
|
|
module.exports = {
|
||
|
|
NODE_ENV: '"production"',
|
||
|
|
BASE_API: '"http://192.168.1.241:8080/prod-api"'
|
||
|
|
}
|