Skip to content

Commit

Permalink
Add email env
Browse files Browse the repository at this point in the history
  • Loading branch information
marktopper committed Nov 30, 2023
1 parent 6cd7366 commit 105e524
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/calcom/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ export function generate(input: Input): Output {
`NEXTAUTH_SECRET=${btoa(randomString(32))}`,
`CALENDSO_ENCRYPTION_KEY=${btoa(randomString(24))}`,
`NEXT_PUBLIC_WEBAPP_URL=https://$(PRIMARY_DOMAIN)`,
`#EMAIL_SERVER_HOST=smtp.example.org`,
`#EMAIL_SERVER_PORT=25`,
`#EMAIL_SERVER_USER=`,
`#EMAIL_SERVER_PASSWORD=`,
`#EMAIL_FROM=no-reply@example.org`,
];

if (input.enableStudio) {
Expand Down

0 comments on commit 105e524

Please sign in to comment.