mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-24 00:43:29 +10:00
fix(docker): add environment variable for puppeteer to launch with ignore http errors flag
This commit is contained in:
@@ -20,6 +20,10 @@ export const configSchema = z.object({
|
||||
// Browser
|
||||
CHROME_TOKEN: z.string(),
|
||||
CHROME_URL: z.string().url(),
|
||||
CHROME_IGNORE_HTTPS_ERRORS: z
|
||||
.string()
|
||||
.default("false")
|
||||
.transform((s) => s !== "false" && s !== "0"),
|
||||
|
||||
// Mail Server
|
||||
MAIL_FROM: z.string().includes("@").optional().default("noreply@localhost"),
|
||||
|
||||
Reference in New Issue
Block a user