forked from AkkomaGang/admin-fe
6 lines
159 B
JavaScript
6 lines
159 B
JavaScript
module.exports = {
|
|
NODE_ENV: '"production"',
|
|
ENV_CONFIG: '"prod"',
|
|
BASE_API: '"https://api-prod"',
|
|
APP_ORIGIN: '"https://wallstreetcn.com"'
|
|
};
|