mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-13 07:09:30 +00:00
remove resend from config
This commit is contained in:
parent
e87e12898c
commit
ebcef28b05
1 changed files with 0 additions and 4 deletions
|
|
@ -38,10 +38,6 @@ export const privateConfigSchema = z.object({
|
|||
.string()
|
||||
.optional()
|
||||
.transform(getEnvOrYaml("SERVER_ENCRYPTION_KEY")),
|
||||
resend_api_key: z
|
||||
.string()
|
||||
.optional()
|
||||
.transform(getEnvOrYaml("RESEND_API_KEY")),
|
||||
reo_client_id: z
|
||||
.string()
|
||||
.optional()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue