mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-19 11:12:00 +10:00
- update translations
- add mail_from env var - update docs for swarm deployment
This commit is contained in:
@ -25,6 +25,7 @@ export const configSchema = z.object({
|
||||
CHROME_URL: z.string().url(),
|
||||
|
||||
// Mail Server
|
||||
MAIL_FROM: z.string().includes("@").default("noreply@localhost"),
|
||||
SMTP_URL: z.string().url().startsWith("smtp://").optional(),
|
||||
|
||||
// Storage
|
||||
|
||||
Reference in New Issue
Block a user