Skip to content

Commit

Permalink
Update appsettings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nagarwal4 authored Dec 12, 2023
1 parent e07964a commit 3145d51
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions backend/core/src/Core.API/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@
"BlobStorageOptions": {
"StorageConnectionString": "",
"ContainerName": ""
},
"SendGridMailServiceOptions": {
"ApiKey": "",
"Sender": "",
"Templates": {
"WithdrawalTemplateID": "",
"FundingtemplateID": ""
}
},
"ConnectionStrings": {
"Database": ""
Expand Down

0 comments on commit 3145d51

Please sign in to comment.