We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b32c945 commit 828ec1aCopy full SHA for 828ec1a
src/core/config/config.service.ts
@@ -125,7 +125,7 @@ export const makeConfig = (env: EnvironmentService) =>
125
.optional(true),
126
notifyDblUpload: env.boolean('NOTIFY_DBL_UPLOAD').optional(false)
127
? {
128
- replyTo: env.string('EMAIL_REPLY_TO').optional(),
+ replyTo: env.string('DBL_UPLOAD_REPLY_TO').optional(),
129
formUrl: env.string('DBL_REQUEST_FORM_URL').optional(),
130
}
131
: undefined,
0 commit comments