We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1482a commit 936f641Copy full SHA for 936f641
packages/backend/src/config/parseConfig.ts
@@ -1635,7 +1635,7 @@ export const parseConfig = (): LightdashConfig => {
1635
enabled: process.env.MCP_ENABLED === 'true',
1636
},
1637
customRoles: {
1638
- enabled: true,
+ enabled: process.env.CUSTOM_ROLES_ENABLED === 'true',
1639
1640
analyticsEmbedSecret: process.env.ANALYTICS_EMBED_SECRET,
1641
experimentalExplorerImprovements:
0 commit comments