Skip to content

Commit

Permalink
Make html email template optional
Browse files Browse the repository at this point in the history
  • Loading branch information
oegea committed Jul 12, 2024
1 parent ed6c59c commit 0055ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/src/infrastructure/loadConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const loadConfig = (parameters: {
docsPort: number,
authLimitAttemptsPerIp: number,
authLimitAttemptsWaitTime: number,
htmlEmailTemplate: string
htmlEmailTemplate: string | undefined
}): void => {
process.env.COMMON_APP_NAME = parameters.commonAppName
process.env.COMMON_DISABLE_CORS = parameters.commonDisableCors ? 'true' : 'false'
Expand Down

0 comments on commit 0055ab2

Please sign in to comment.