You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/sim/lib/core/config/env.ts
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,6 @@ export const env = createEnv({
72
72
ENTERPRISE_STORAGE_LIMIT_GB: z.number().optional().default(500),// Default storage limit in GB for enterprise tier (can be overridden per org)
73
73
BILLING_ENABLED: z.boolean().optional(),// Enable billing enforcement and usage tracking
74
74
FREE_API_DEPLOYMENT_GATE_ENABLED: z.boolean().optional(),// Block free-plan accounts from programmatic execution (API/MCP/A2A/generic webhooks/chat embeds). Requires BILLING_ENABLED. Off by default for dark rollout
75
-
TABLES_FRACTIONAL_ORDERING: z.boolean().optional(),// Order table rows by fractional order_key (O(1) insert/delete) instead of integer position
76
75
77
76
// Table feature limits (per plan). Apply when billing is disabled (free tier defaults) or for billed plans.
78
77
FREE_TABLES_LIMIT: z.number().optional(),// Max user tables per workspace on free tier (default: 3)
0 commit comments