You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
630 B
23 lines
630 B
{
|
|
"production": true,
|
|
"application": {
|
|
"baseUrl":"https://eshop-st-web",
|
|
"name": "EShopOnAbp",
|
|
"logoUrl": ""
|
|
},
|
|
"oAuthConfig": {
|
|
"issuer": "https://eshop-st-authserver",
|
|
"redirectUri": "https://eshop-st-web",
|
|
"clientId": "Web",
|
|
"responseType": "code",
|
|
"scope": "offline_access openid profile email phone AccountService IdentityService AdministrationService CatalogService OrderingService",
|
|
"strictDiscoveryDocumentValidation": false,
|
|
"requireHttps": false
|
|
},
|
|
"apis": {
|
|
"default": {
|
|
"url": "https://eshop-st-gateway-web",
|
|
"rootNamespace": "EShopOnAbp"
|
|
}
|
|
}
|
|
}
|