mirror of
https://gitee.com/dromara/dbswitch.git
synced 2025-09-10 05:59:09 +00:00
6 lines
114 B
JavaScript
6 lines
114 B
JavaScript
'use strict'
|
|
module.exports = {
|
|
NODE_ENV: '"production"',
|
|
API_ROOT: '""' //生产环境接口请求前缀
|
|
}
|