mirror of
https://github.com/shawncai/ERP.git
synced 2025-01-06 07:22:06 +08:00
6 lines
113 B
JavaScript
6 lines
113 B
JavaScript
|
module.exports = {
|
||
|
NODE_ENV: '"production"',
|
||
|
ENV_CONFIG: '"sit"',
|
||
|
BASE_API: '"http://192.168.1.26:9090"'
|
||
|
}
|