mirror of
https://github.com/shawncai/ERP.git
synced 2025-01-19 13:52:44 +08:00
7 lines
158 B
JavaScript
7 lines
158 B
JavaScript
|
module.exports = {
|
||
|
NODE_ENV: '"development"',
|
||
|
ENV_CONFIG: '"dev"',
|
||
|
// BASE_API: '"http://192.168.1.45:8080"'
|
||
|
BASE_API: '"http://153.3.252.58:9090"'
|
||
|
}
|