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.

27 lines
717 B

{
"ConnectionStrings": {
"Default": "Host=81.70.217.145;Port=5432;Database=ShentunPeis;User ID=postgres;Password=shentun123;"
},
"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"
}
}
}
}