Skip to content

Commit

Permalink
Updated settings with OTP template
Browse files Browse the repository at this point in the history
  • Loading branch information
nagarwal4 committed Mar 27, 2024
1 parent 6272f56 commit 7ff42c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions backend/core/src/Core.API/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,13 @@
"StorageConnectionString": "",
"ContainerName": ""
},
"SendGridMailServiceOptions": {
"SendGridMailServiceOptions": {
"ApiKey": "",
"Sender": "",
"Templates": {
"WithdrawalTemplateID": "",
"FundingtemplateID": ""
"FundingtemplateID": "",
"OTPCodeTemplateID": ""
}
},
"ConnectionStrings": {
Expand Down

0 comments on commit 7ff42c5

Please sign in to comment.