Skip to content

Commit cf3e1e1

Browse files
chore: remove unused settings at appsettings
1 parent a7acc8b commit cf3e1e1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/Application.SubcutaneousTests/appsettings.Deployment.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
"Host": "$EMAIL_HOST",
2222
"Port": 587,
2323
"Username": "$EMAIL_USERNAME",
24-
"Password": "$EMAIL_PASSWORD",
25-
"MailType": 1
24+
"Password": "$EMAIL_PASSWORD"
2625
},
2726
"ForgotPasswordSettings": {
2827
"Uri": "http://localhost:3000/reset-password",

0 commit comments

Comments
 (0)