Update apps/dokploy/templates/formbricks/index.ts

This commit is contained in:
Mauricio Siu 2025-01-30 23:31:39 -06:00 committed by GitHub
parent 1787c524f0
commit 1342f73a02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ export function generate(schema: Schema): Template {
`NEXTAUTH_SECRET=${secretBase}`,
`ENCRYPTION_KEY=${encryptionKey}`,
`CRON_SECRET=${cronSecret}`,
"PORT=8080",
];
const mounts: Template["mounts"] = [];