Skip to content

Commit 936f641

Browse files
committed
chore: rollback
1 parent 1b1482a commit 936f641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/backend/src/config/parseConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1635,7 +1635,7 @@ export const parseConfig = (): LightdashConfig => {
16351635
enabled: process.env.MCP_ENABLED === 'true',
16361636
},
16371637
customRoles: {
1638-
enabled: true,
1638+
enabled: process.env.CUSTOM_ROLES_ENABLED === 'true',
16391639
},
16401640
analyticsEmbedSecret: process.env.ANALYTICS_EMBED_SECRET,
16411641
experimentalExplorerImprovements:

0 commit comments

Comments
 (0)