Browse Source

Resolving conflicts

pull/874/head
colin 2 years ago
parent
commit
f4df6efaf6
  1. 24
      aspnet-core/services/LY.MicroService.identityServer.HttpApi.Host/appsettings.Development.json

24
aspnet-core/services/LY.MicroService.identityServer.HttpApi.Host/appsettings.Development.json

@ -9,28 +9,10 @@
"tag": "IdentityServer.Admin" "tag": "IdentityServer.Admin"
}, },
"App": { "App": {
"SelfUrl": "http://127.0.0.1:30015/",
"StsUrl": "http://127.0.0.1:44385/",
"CorsOrigins": "http://127.0.0.1:3100", "CorsOrigins": "http://127.0.0.1:3100",
"Urls": { "ShowPii": true
"Applications": {
"MVC": {
"RootUrl": "http://127.0.0.1:44385/",
"Urls": {
"Abp.Account.EmailConfirm": "Account/EmailConfirm",
"Abp.Account.EmailVerifyLogin": "Account/VerifyCode"
}
},
"STS": {
"RootUrl": "http://127.0.0.1:44385/"
},
"VueVbenAdmin": {
"RootUrl": "http://127.0.0.1:3100/",
"Urls": {
"Abp.Account.EmailConfirm": "account/email-confirm",
"Abp.Account.EmailVerifyLogin": "account/verify-code"
}
}
}
}
}, },
"Auditing": { "Auditing": {
"AllEntitiesSelector": true "AllEntitiesSelector": true

Loading…
Cancel
Save