We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f26acb commit 59adbfbCopy full SHA for 59adbfb
apps/webapp/app/env.server.ts
@@ -107,6 +107,7 @@ const EnvironmentSchema = z
107
SMTP_PASSWORD: z.string().optional(),
108
109
PLAIN_API_KEY: z.string().optional(),
110
+ PLAIN_CUSTOMER_CARDS_SECRET: z.string().optional(),
111
WORKER_SCHEMA: z.string().default("graphile_worker"),
112
WORKER_CONCURRENCY: z.coerce.number().int().default(10),
113
WORKER_POLL_INTERVAL: z.coerce.number().int().default(1000),
0 commit comments