pig-ui/config/prod.env.js

7 lines
159 B
JavaScript
Raw Normal View History

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