admin-fe/config/prod.env.js

7 lines
159 B
JavaScript
Raw Normal View History

2017-04-18 07:09:13 +00:00
module.exports = {
NODE_ENV: '"production"',
2017-09-29 05:52:29 +00:00
ENV_CONFIG: '"prod"',
2017-04-23 14:43:05 +00:00
BASE_API: '"https://api-prod"',
2017-04-18 07:09:13 +00:00
APP_ORIGIN: '"https://wallstreetcn.com"'
};