mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Update index.ts
This commit is contained in:
@@ -29,10 +29,10 @@ export function generate(schema: Schema): Template {
|
|||||||
`NEXTAUTH_URL=http://${builderDomain}`,
|
`NEXTAUTH_URL=http://${builderDomain}`,
|
||||||
`NEXT_PUBLIC_VIEWER_URL=http://${viewerDomain}`,
|
`NEXT_PUBLIC_VIEWER_URL=http://${viewerDomain}`,
|
||||||
"ADMIN_EMAIL=typebot@example.com",
|
"ADMIN_EMAIL=typebot@example.com",
|
||||||
"SMTP_HOST=",
|
"SMTP_HOST='Fill'",
|
||||||
"SMTP_PORT=25",
|
"SMTP_PORT=25",
|
||||||
"SMTP_USERNAME=",
|
"SMTP_USERNAME='Fill'",
|
||||||
"SMTP_PASSWORD=",
|
"SMTP_PASSWORD='Fill'",
|
||||||
"NEXT_PUBLIC_SMTP_FROM=typebot@example.com",
|
"NEXT_PUBLIC_SMTP_FROM=typebot@example.com",
|
||||||
"DEFAULT_WORKSPACE_PLAN=UNLIMITED",
|
"DEFAULT_WORKSPACE_PLAN=UNLIMITED",
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user