mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 21:35:19 +00:00
fix: resend api key fails build time
This commit is contained in:
@@ -17,8 +17,8 @@ const config = {
|
|||||||
disableSignup: process.env.DISABLE_SIGNUP === "true" || process.env.SELF_HOSTED_MODE === "true",
|
disableSignup: process.env.DISABLE_SIGNUP === "true" || process.env.SELF_HOSTED_MODE === "true",
|
||||||
},
|
},
|
||||||
email: {
|
email: {
|
||||||
apiKey: process.env.RESEND_API_KEY || "",
|
apiKey: process.env.RESEND_API_KEY || "please-set-api-key",
|
||||||
from: process.env.RESEND_FROM_EMAIL || "",
|
from: process.env.RESEND_FROM_EMAIL || "user@localhost",
|
||||||
audienceId: process.env.RESEND_AUDIENCE_ID || "",
|
audienceId: process.env.RESEND_AUDIENCE_ID || "",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user