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.
42 lines
1.1 KiB
42 lines
1.1 KiB
2 years ago
|
{
|
||
|
"App": {
|
||
|
"SelfUrl": "https://localhost:7004/",
|
||
|
"CorsOrigins": "http://localhost:5004,https://localhost:7004,http://localhost:5005,https://localhost:7005"
|
||
|
},
|
||
|
"AppSelfUrl": "https://localhost:7004/",
|
||
|
"ConnectionStrings": {
|
||
|
"Default": "Server=127.0.0.1;Database=WmsWebApi_ABP;User ID=sa;Password=Microsoft2008"
|
||
|
},
|
||
|
"Redis": {
|
||
|
"Configuration": "127.0.0.1"
|
||
|
},
|
||
|
"Urls": "http://localhost:5004;https://localhost:7004",
|
||
|
"AuthServer": {
|
||
|
"Authority": "https://localhost:7004/",
|
||
|
"RequireHttpsMetadata": "false",
|
||
|
"ApiName": "WmsWebApi"
|
||
|
},
|
||
|
"IdentityServer": {
|
||
|
"Clients": {
|
||
|
"WmsWebApi_Web": {
|
||
|
"ClientId": "WmsWebApi_Web",
|
||
|
"RootUrl": "https://localhost:7005/"
|
||
|
},
|
||
|
"WmsWebApi_Blazor": {
|
||
|
"ClientId": "WmsWebApi_Blazor",
|
||
|
"RootUrl": "https://localhost:7005/"
|
||
|
},
|
||
|
"WmsWebApi_App": {
|
||
|
"ClientId": "WmsWebApi_App",
|
||
|
"ClientSecret": "1q2w3e*",
|
||
|
"RootUrl": "http://localhost:4200"
|
||
|
},
|
||
|
"WmsWebApi_Swagger": {
|
||
|
"ClientId": "WmsWebApi_Swagger",
|
||
|
"ClientSecret": "1q2w3e*",
|
||
|
"RootUrl": "https://localhost:7005"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|