7 lines
176 B
JavaScript
7 lines
176 B
JavaScript
module.exports = {
|
|
NODE_ENV: '"production"',
|
|
ENV_CONFIG: '"prod"',
|
|
BASE_API: '"https://api-prod"',
|
|
DISABLED_FEATURES: '[""]',
|
|
ASSETS_PUBLIC_PATH: '/pleroma/admin/'
|
|
}
|