File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,6 @@ export const env = createEnv({
26
26
S3_REGION : z . string ( ) . optional ( ) ,
27
27
S3_ENDPOINT : z . string ( ) . optional ( ) ,
28
28
EMAIL_FROM : z . string ( ) ,
29
- EMAIL_URL : z . string ( ) ,
30
- EMAIL_TOKEN : z . string ( ) ,
31
29
} ,
32
30
33
31
/**
Original file line number Diff line number Diff line change @@ -15,8 +15,10 @@ services:
15
15
command : ["pnpm", "start"]
16
16
environment :
17
17
- EMAIL_FROM=${EMAIL_FROM}
18
- - EMAIL_URL=${EMAIL_URL}
19
- - EMAIL_TOKEN=${EMAIL_TOKEN}
18
+ - SMTP_HOST=${SMTP_HOST}
19
+ - SMTP_PORT=${SMTP_PORT}
20
+ - SMTP_USER=${SMTP_USER}
21
+ - SMTP_PASSWORD=${SMTP_PASSWORD}
20
22
- BETTER_AUTH_SECRET=${BETTER_AUTH_SECRET}
21
23
- BETTER_AUTH_URL=${BETTER_AUTH_URL}
22
24
- BETTER_AUTH_TRUSTED_ORIGINS=${BETTER_AUTH_TRUSTED_ORIGINS}
You can’t perform that action at this time.
0 commit comments