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