diff --git a/templates/calcom/index.ts b/templates/calcom/index.ts index 5dffd20c..61122263 100644 --- a/templates/calcom/index.ts +++ b/templates/calcom/index.ts @@ -18,7 +18,7 @@ export function generate(schema: Schema): Template { "CALCOM_PORT=3000", `HASH=${mainServiceHash}`, `NEXTAUTH_SECRET=${nextAuthSecret}`, - `CALCOM_ENCRYPTION_KEY=${calcomEncryptionKey}`, + `CALENDSO_ENCRYPTION_KEY=${calcomEncryptionKey}`, ]; return {