8 lines
199 B
JavaScript
8 lines
199 B
JavaScript
|
|
'use strict'
|
||
|
|
module.exports = {
|
||
|
|
NODE_ENV: '"production"',
|
||
|
|
// BASE_API: '"http://139.224.54.200:8000"',
|
||
|
|
// BASE_API: '"http://139.224.54.200:8888"',
|
||
|
|
BASE_API: '"http://139.224.57.82:8015"'
|
||
|
|
}
|