mirror of
https://github.com/shawncai/ERP.git
synced 2025-03-04 03:15:27 +08:00
8 lines
249 B
JavaScript
8 lines
249 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"'
|
|
BASE_API: '"http://153.3.252.58:9090"'
|
|
}
|