54e32f7ad6
This ensures a build doesn't get accidentally produced with it enabled.
7 lines
187 B
JavaScript
7 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/'
|
|
}
|