mirror of
https://github.com/shawncai/ERP.git
synced 2025-01-07 15:57:51 +08:00
6 lines
158 B
JavaScript
6 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"'
|
|
}
|