mirror of
https://gitee.com/anji-plus/report.git
synced 2026-02-02 09:27:47 +08:00
env
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
'use strict'
|
||||
module.exports = {
|
||||
NODE_ENV: '"production"',
|
||||
BASE_API: '"https://log.haitongauto.com"'
|
||||
BASE_API: '"http://127.0.0.1:9095"'
|
||||
}
|
||||
|
||||
@@ -4,5 +4,5 @@ const prodEnv = require('./prod.env')
|
||||
|
||||
module.exports = merge(prodEnv, {
|
||||
NODE_ENV: '"testing"',
|
||||
BASE_API: '"http://haitongnla.test.anji-plus.com"'
|
||||
BASE_API: '"http://127.0.0.1:9095"'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user