Skip to content

Commit

Permalink
fix: add auto replies envvar back to config
Browse files Browse the repository at this point in the history
  • Loading branch information
ajohn25 committed Aug 17, 2023
1 parent 064fc3d commit 063fda4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,11 @@ const config = {
default: env.isTest,
isClient: true
}),
ENABLE_AUTO_REPLIES: bool({
desc: "Whether auto reply handling is enabled",
default: false,
isClient: true
}),
AWS_ACCESS_AVAILABLE: bool({
desc: "Enable or disable S3 campaign exports within Amazon Lambda.",
default: env.isTest
Expand Down

0 comments on commit 063fda4

Please sign in to comment.