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