mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-26 06:46:40 +00:00
add no reply var
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user