refactor: remove unused EMAIL_ environment variables (#24)

* refactor: remove unused EMAIL_TOKEN environment variable

* refactor: remove unused EMAIL_URL environment variable

* chore: remove unused EMAIL_URL environment variable from docker compose

* chore: add SMTP environment variables
This commit is contained in:
LovelessCodes
2025-06-05 11:41:08 +02:00
committed by GitHub
parent c9a9779e79
commit 86a01074b9
2 changed files with 4 additions and 4 deletions

View File

@@ -26,8 +26,6 @@ export const env = createEnv({
S3_REGION: z.string().optional(),
S3_ENDPOINT: z.string().optional(),
EMAIL_FROM: z.string(),
EMAIL_URL: z.string(),
EMAIL_TOKEN: z.string(),
},
/**