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.
38 lines
1.0 KiB
38 lines
1.0 KiB
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Microsoft.EntityFrameworkCore.Database.Command": "Debug"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
//"Default": "Host=140.143.162.39;Port=5432;Database=ShentunPeis070703;User ID=postgres;Password=shentun123;",
|
|
"Default": "Host=10.1.12.140;Port=5432;Database=ShentunPeis;User ID=postgres;Password=st123;"
|
|
},
|
|
"RemoteServices": {
|
|
"Default": {
|
|
"BaseUrl": "http://localhost:53929/"
|
|
}
|
|
},
|
|
"OpenIddict": {
|
|
"Applications": {
|
|
"Peis_Web": {
|
|
"ClientId": "Peis_Web",
|
|
"ClientSecret": "1q2w3e*",
|
|
"RootUrl": "https://localhost:44328"
|
|
},
|
|
"Peis_App": {
|
|
"ClientId": "Peis_App",
|
|
"RootUrl": "http://localhost:4200"
|
|
},
|
|
"Peis_BlazorServerTiered": {
|
|
"ClientId": "Peis_BlazorServerTiered",
|
|
"ClientSecret": "1q2w3e*",
|
|
"RootUrl": "https://localhost:44383"
|
|
},
|
|
"Peis_Swagger": {
|
|
"ClientId": "Peis_Swagger",
|
|
"RootUrl": "https://localhost:44399"
|
|
}
|
|
}
|
|
}
|
|
}
|