mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-20 14:45:42 +02:00
fix: use correct env var
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user