mirror of
https://github.com/shawncai/ERP.git
synced 2025-01-04 06:25:32 +08:00
7 lines
205 B
JavaScript
7 lines
205 B
JavaScript
module.exports = {
|
|
NODE_ENV: '"production"',
|
|
ENV_CONFIG: '"prod"',
|
|
// BASE_API: '"http://www.beyond123.top"'
|
|
// BASE_API: '"http://www.nwowapp.com:9090"'
|
|
BASE_API: '"http://192.168.1.26:9090"'
|
|
}
|