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.
29 lines
776 B
29 lines
776 B
2 years ago
|
{
|
||
|
"ConnectionStrings": {
|
||
|
"Default": "Server=114.116.225.148,13314;Database=FMP_20210610;User ID=sa;Password=Microsoft2020;"
|
||
|
},
|
||
|
"IdentityServer": {
|
||
|
"Clients": {
|
||
|
"API_Web": {
|
||
|
"ClientId": "API_Web",
|
||
|
"ClientSecret": "1q2w3e*",
|
||
|
"RootUrl": "https://localhost:44319"
|
||
|
},
|
||
|
"API_App": {
|
||
|
"ClientId": "API_App",
|
||
|
"ClientSecret": "1q2w3e*",
|
||
|
"RootUrl": "http://localhost:4200"
|
||
|
},
|
||
|
"API_BlazorServerTiered": {
|
||
|
"ClientId": "API_BlazorServerTiered",
|
||
|
"ClientSecret": "1q2w3e*",
|
||
|
"RootUrl": "https://localhost:44314"
|
||
|
},
|
||
|
"API_Swagger": {
|
||
|
"ClientId": "API_Swagger",
|
||
|
"ClientSecret": "1q2w3e*",
|
||
|
"RootUrl": "https://localhost:44326"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|