Describe fix

This commit is contained in:
x032205
2025-05-23 13:08:15 -04:00
parent db4db04ba6
commit b75bb93d83

View File

@@ -70,7 +70,7 @@ const envSchema = z
SMTP_FROM_ADDRESS: zpStr(z.string().optional()),
SMTP_FROM_NAME: zpStr(z.string().optional().default("Infisical")),
SMTP_CUSTOM_CA_CERT: zpStr(
z.string().optional().describe("PEM-encoded custom CA certificate(s) for the SMTP server")
z.string().optional().describe("Base64 encoded custom CA certificate PEM(s) for the SMTP server")
),
COOKIE_SECRET_SIGN_KEY: z
.string()