Browse Source

updated CmskitService configuration for keycloak

pull/134/head
Galip Tolga Erdem 4 years ago
parent
commit
8709d2598e
  1. 4
      services/cmskit/src/EShopOnAbp.CmskitService.HttpApi.Host/appsettings.json

4
services/cmskit/src/EShopOnAbp.CmskitService.HttpApi.Host/appsettings.json

@ -4,8 +4,8 @@
"CorsOrigins": "https://localhost:44372,https://localhost:44373,http://localhost:4200,https://localhost:44335"
},
"AuthServer": {
"Authority": "https://localhost:44330",
"RequireHttpsMetadata": "true",
"Authority": "http://localhost:8080/realms/master",
"RequireHttpsMetadata": "false",
"SwaggerClientId": "WebGateway_Swagger",
"SwaggerClientSecret": "1q2w3e*"
},

Loading…
Cancel
Save