feat: rollback license-fns

This commit is contained in:
Akhil Mohan
2024-05-03 00:31:40 +05:30
parent 8eb22630b6
commit f369761920

View File

@@ -22,9 +22,9 @@ export const getDefaultOnPremFeatures = (): TFeatureSet => ({
rbac: false,
customRateLimits: false,
customAlerts: false,
auditLogs: true,
auditLogsRetentionDays: 3,
auditLogStreams: true,
auditLogs: false,
auditLogsRetentionDays: 0,
auditLogStreams: false,
auditLogStreamLimit: 3,
samlSSO: false,
scim: false,