mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix: use correct env var
This commit is contained in:
@@ -18,7 +18,7 @@ export function generate(schema: Schema): Template {
|
|||||||
"CALCOM_PORT=3000",
|
"CALCOM_PORT=3000",
|
||||||
`HASH=${mainServiceHash}`,
|
`HASH=${mainServiceHash}`,
|
||||||
`NEXTAUTH_SECRET=${nextAuthSecret}`,
|
`NEXTAUTH_SECRET=${nextAuthSecret}`,
|
||||||
`CALCOM_ENCRYPTION_KEY=${calcomEncryptionKey}`,
|
`CALENDSO_ENCRYPTION_KEY=${calcomEncryptionKey}`,
|
||||||
];
|
];
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user