diff --git a/apps/dokploy/templates/typebot/index.ts b/apps/dokploy/templates/typebot/index.ts index 9861650a..87a7fe83 100644 --- a/apps/dokploy/templates/typebot/index.ts +++ b/apps/dokploy/templates/typebot/index.ts @@ -29,10 +29,10 @@ export function generate(schema: Schema): Template { `NEXTAUTH_URL=http://${builderDomain}`, `NEXT_PUBLIC_VIEWER_URL=http://${viewerDomain}`, "ADMIN_EMAIL=typebot@example.com", - "SMTP_HOST=", + "SMTP_HOST='Fill'", "SMTP_PORT=25", - "SMTP_USERNAME=", - "SMTP_PASSWORD=", + "SMTP_USERNAME='Fill'", + "SMTP_PASSWORD='Fill'", "NEXT_PUBLIC_SMTP_FROM=typebot@example.com", "DEFAULT_WORKSPACE_PLAN=UNLIMITED", ];