huhuih
hzgjuigik
This commit is contained in:
@@ -68,6 +68,13 @@ export const config = {
|
||||
origin: process.env.CORS_ORIGIN || process.env.FRONTEND_URL || 'http://localhost:5173',
|
||||
credentials: true,
|
||||
},
|
||||
|
||||
// Free Tier Limits
|
||||
freeTier: {
|
||||
emailsPerMonth: parseInt(process.env.FREE_TIER_EMAILS_PER_MONTH || '500', 10),
|
||||
emailAccounts: 1,
|
||||
autoSchedule: false, // manual only
|
||||
},
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user