{ "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" } }, "ApplicationOptions": { "AllowApiLogin": false, "BannedDevices": [], "DataRetentionInDays": 90, "DBProvider": "SQLite", "EnableWindowsEventLog": false, "EnforceAttendedAccess": false, "KnownProxies": [], "MaxConcurrentUpdates": 10, "MaxOrganizationCount": 1, "MessageOfTheDay": "", "RedirectToHttps": true, "RemoteControlNotifyUser": true, "RemoteControlRequiresAuthentication": true, "RemoteControlSessionLimit": 3, "Require2FA": false, "SmtpDisplayName": "", "SmtpEmail": "", "SmtpHost": "", "SmtpLocalDomain": "", "SmtpCheckCertificateRevocation": true, "SmtpPassword": "", "SmtpPort": 587, "SmtpUserName": "", "Theme": "Dark", "TrustedCorsOrigins": [], "UseHsts": false, "UseHttpLogging": false } }