mirror of
https://github.com/beilunyang/moemail.git
synced 2026-06-01 05:30:37 +08:00
feat: Add NEXT_PUBLIC_EMAIL_DOMAIN environment variable and update README for configuration details
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export const EMAIL_CONFIG = {
|
||||
MAX_ACTIVE_EMAILS: 30, // Maximum number of active emails
|
||||
POLL_INTERVAL: 10_000, // Polling interval in milliseconds
|
||||
DOMAIN: 'moemail.app', // Email domain
|
||||
DOMAIN: process.env.NEXT_PUBLIC_EMAIL_DOMAIN || 'moemail.app', // Email domain
|
||||
} as const
|
||||
|
||||
export const WEBHOOK_CONFIG = {
|
||||
|
||||
Reference in New Issue
Block a user