admin-fe/config/prod.env.js
Mark Felder 54e32f7ad6 Leave emoji packs disabled in master branch for now.
This ensures a build doesn't get accidentally produced with it enabled.
2020-03-31 11:59:48 -05:00

8 lines
187 B
JavaScript

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