mirror of
https://gitee.com/anji-plus/report.git
synced 2026-03-20 09:38:35 +08:00
6 lines
100 B
JavaScript
6 lines
100 B
JavaScript
'use strict'
|
|
module.exports = {
|
|
NODE_ENV: '"production"',
|
|
BASE_API: '"http://127.0.0.1:9095"'
|
|
}
|