Dont write stripe to files anymore

This commit is contained in:
Owen
2026-01-29 20:56:46 -08:00
committed by Owen Schwartz
parent 2829a14150
commit 82ef983bea
4 changed files with 70 additions and 324 deletions

View File

@@ -178,7 +178,7 @@ export const privateConfigSchema = z.object({
.transform(getEnvOrYaml("STRIPE_WEBHOOK_SECRET")),
s3Bucket: z.string(),
s3Region: z.string().default("us-east-1"),
localFilePath: z.string()
localFilePath: z.string().optional()
})
.optional()
});