add no reply var

This commit is contained in:
Milo Schwartz 2024-10-04 21:16:01 -04:00
parent e89ee4042a
commit 35c6e465e2
No known key found for this signature in database
3 changed files with 7 additions and 3 deletions

View file

@ -43,6 +43,7 @@ const environmentSchema = z.object({
.pipe(z.number().optional()),
EMAIL_SMTP_USER: z.string().optional(),
EMAIL_SMTP_PASS: z.string().optional(),
EMAIL_NOREPLY: z.string().optional(),
});
const environment = {