Forked from
Pleroma / admin-fe
1903 commits behind the upstream repository.
prod.env.js 157 B
module.exports = {
NODE_ENV: '"production"',
ENV_MODE: '"prod"',
BASE_API: '"https://api-prod"',
APP_ORIGIN: '"https://wallstreetcn.com"'
};