Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add default smtp.from in custom.conf
  • Loading branch information
bingzhang committed Sep 8, 2023
commit 54328fec94846d6d9abd47530811bc879d5ce42a
1 change: 1 addition & 0 deletions docker/custom.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ smtp.mock=true
smtp.mock=${?SMTP_MOCK}
smtp.host="smtp"
smtp.host=${?SMTP_SERVER}
smtp.from="devnull@ncsa.illinois.edu"
smtp.from=${?SMTP_FROM}

# storage
Expand Down