Dont write stripe to files anymore

This commit is contained in:
Owen
2026-01-29 20:56:46 -08:00
parent 5d9cb9fa21
commit f2ba4b270f
4 changed files with 71 additions and 326 deletions

View File

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