6 lines
100 B
JavaScript
6 lines
100 B
JavaScript
|
|
'use strict'
|
||
|
|
module.exports = {
|
||
|
|
NODE_ENV: '"production"',
|
||
|
|
BASE_API: '"http://127.0.0.1:8081"'
|
||
|
|
}
|