Browse Source
Merge pull request #869 from colinin/fix-email-confirm
fix: fix email confirm link
pull/870/head
yx lin
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
10 deletions
-
aspnet-core/services/LY.MicroService.identityServer/appsettings.Development.json
|
|
|
@ -8,16 +8,6 @@ |
|
|
|
"name": "AuthServer", |
|
|
|
"tag": "AuthServer" |
|
|
|
}, |
|
|
|
"Settings": { |
|
|
|
"Abp.Mailing.DefaultFromAddress": "muiltcolin@foxmail.com", |
|
|
|
"Abp.Mailing.DefaultFromDisplayName": "测试邮件", |
|
|
|
"Abp.Mailing.Smtp.Host": "smtp.qq.com", |
|
|
|
"Abp.Mailing.Smtp.Port": 25, |
|
|
|
"Abp.Mailing.Smtp.UserName": "muiltcolin@foxmail.com", |
|
|
|
"Abp.Mailing.Smtp.Password": "wgxquwxukttubjab", |
|
|
|
"Abp.Mailing.Smtp.EnableSsl": false, |
|
|
|
"Abp.Mailing.Smtp.UseDefaultCredentials": false |
|
|
|
}, |
|
|
|
"App": { |
|
|
|
"CorsOrigins": "http://127.0.0.1:3100", |
|
|
|
"Urls": { |
|
|
|
|