mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Update apps/dokploy/templates/formbricks/index.ts
This commit is contained in:
@@ -26,7 +26,7 @@ export function generate(schema: Schema): Template {
|
|||||||
`NEXTAUTH_SECRET=${secretBase}`,
|
`NEXTAUTH_SECRET=${secretBase}`,
|
||||||
`ENCRYPTION_KEY=${encryptionKey}`,
|
`ENCRYPTION_KEY=${encryptionKey}`,
|
||||||
`CRON_SECRET=${cronSecret}`,
|
`CRON_SECRET=${cronSecret}`,
|
||||||
"PORT=8080",
|
|
||||||
];
|
];
|
||||||
|
|
||||||
const mounts: Template["mounts"] = [];
|
const mounts: Template["mounts"] = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user