pig-ui/config/sit.env.js

7 lines
157 B
JavaScript
Raw Normal View History

2017-11-02 14:41:37 +08:00
module.exports = {
NODE_ENV: '"production"',
ENV_CONFIG: '"sit"',
BASE_API: '"https://api-sit"',
APP_ORIGIN: '"https://wallstreetcn.com"'
};