Skip to content

Commit

Permalink
fix: remove leaked key
Browse files Browse the repository at this point in the history
  • Loading branch information
cowienduckie committed Nov 29, 2023
1 parent 287047f commit 4cc152c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/Communication/Communication.Api/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,11 @@
"zipkinEndpoint": "http://localhost:9411/api/v2/spans"
},
"MailKit": {
"SmtpHost": "smtp.mailgun.org",
"Port": 587,
"Username": "postmaster@mg.minhtrandev.com",
"Password": "5a60a4330c9fcbe3995c4af77367f1be-30b58138-dc6d5b6c",
"MailBoxAddress": "promag@minhtrandev.com",
"MailBoxName": "Promag"
"SmtpHost": "localhost",
"Port": 1025,
"Username": "",
"Password": "",
"Email": "promag@nomail.com"
},
"AllowedHosts": "*"
}

0 comments on commit 4cc152c

Please sign in to comment.