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