fix: use correct env var

This commit is contained in:
Ephraim Atta-Duncan
2024-06-30 06:55:21 +00:00
parent f37f98aade
commit 91819c2488

View File

@@ -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 {