Browse Source

updated CorsOrigins and redirectUrls of auth-server

pull/106/head
Galip Tolga Erdem 4 years ago
parent
commit
bcc4e68bca
  1. 4
      apps/auth-server/src/EShopOnAbp.AuthServer/appsettings.json

4
apps/auth-server/src/EShopOnAbp.AuthServer/appsettings.json

@ -1,8 +1,8 @@
{
"App": {
"SelfUrl": "https://localhost:44330",
"CorsOrigins": "https://*.EShopOnAbp.com,http://localhost:4200,https://localhost:44307,https://localhost:44351,https://localhost:44353,https://localhost:44354,https://localhost:44355,https://localhost:44356,https://localhost:44357,https://localhost:44372,https://localhost:44373,http://localhost:4200",
"RedirectAllowedUrls": "http://localhost:4200,https://localhost:44307"
"CorsOrigins": "http://localhost:4200,https://localhost:44351,https://localhost:44353,https://localhost:44354,https://localhost:44355,https://localhost:44356,https://localhost:44357",
"RedirectAllowedUrls": "http://localhost:4200"
},
"Logging": {
"LogLevel": {

Loading…
Cancel
Save