mirror of
https://github.com/shawncai/ERP.git
synced 2024-12-27 02:04:16 +08:00
5 lines
113 B
JavaScript
5 lines
113 B
JavaScript
module.exports = {
|
|
NODE_ENV: '"production"',
|
|
ENV_CONFIG: '"sit"',
|
|
BASE_API: '"http://192.168.1.26:9090"'
|
|
}
|