Skip to content

Commit

Permalink
feat: added support email
Browse files Browse the repository at this point in the history
  • Loading branch information
kemboi22 committed Aug 15, 2024
1 parent 363e52a commit 8308e61
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ rally = {
"SMTP_SECURE": SMTP_SECURE,
"NOREPLY_EMAIL": SUPPORT_EMAIL,
"ALLOWED_EMAILS": ALLOWED_EMAILS,
"SUPPORT_EMAIL": SUPPORT_EMAIL,
}
agent.write_envfile("rally.env", rally)
# Make sure everything is saved inside the environment file
Expand Down

0 comments on commit 8308e61

Please sign in to comment.