{ "ConnectionStrings": { "PostgreSQL": "Host=localhost;Database=Remotely;Username=postgres;", "SQLite": "DataSource=Remotely.db", "SQLServer": "Server=(localdb)\\mssqllocaldb;Database=Remotely-Server-53bc9b9d-9d6a-45d4-8429-2a2761773502;Trusted_Connection=True;MultipleActiveResultSets=true" }, "Logging": { "LogLevel": { "Microsoft.AspNetCore.HttpLogging.HttpLoggingMiddleware": "Information", "Default": "Information" } }, "Serilog": { "MinimumLevel": { "Default": "Information", "Override": { "Microsoft": "Warning", "System": "Warning" } } }, "ApplicationOptions": { "DbProvider": "SQLite" } }