mirror of
https://gitee.com/log4j/pig-ui.git
synced 2024-12-23 05:40:20 +08:00
7 lines
159 B
JavaScript
7 lines
159 B
JavaScript
module.exports = {
|
|
NODE_ENV: '"production"',
|
|
ENV_CONFIG: '"prod"',
|
|
BASE_API: '"https://api-prod"',
|
|
APP_ORIGIN: '"https://wallstreetcn.com"'
|
|
};
|