admin-fe/config/prod.env.js
2019-05-07 17:05:23 +00:00

7 lines
147 B
JavaScript

module.exports = {
NODE_ENV: '"production"',
ENV_CONFIG: '"prod"',
BASE_API: '"https://api-prod"',
ASSETS_PUBLIC_PATH: '/pleroma/admin/'
}