{ "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;" }, "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" } } } }