mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-21 11:15:13 +02:00
add no reply var
This commit is contained in:
parent
e89ee4042a
commit
35c6e465e2
3 changed files with 7 additions and 3 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue