mirror of
https://github.com/supabase/supabase.git
synced 2026-07-05 17:04:33 +08:00
10 lines
203 B
TypeScript
10 lines
203 B
TypeScript
export const defaultDisabledSmtpFormValues = {
|
|
SMTP_ADMIN_EMAIL: null,
|
|
SMTP_SENDER_NAME: null,
|
|
SMTP_USER: null,
|
|
SMTP_HOST: null,
|
|
SMTP_PASS: null,
|
|
SMTP_PORT: null,
|
|
SMTP_MAX_FREQUENCY: 60,
|
|
}
|