mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"DetailedErrors": true,
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"ApplicationOptions": {
|
|
"AllowApiLogin": false,
|
|
"BannedDevices": [],
|
|
"DataRetentionInDays": 90,
|
|
"DBProvider": "SQLite",
|
|
"EnableWindowsEventLog": false,
|
|
"EnforceAttendedAccess": false,
|
|
"ForceClientHttps": false,
|
|
"KnownProxies": [],
|
|
"MaxConcurrentUpdates": 10,
|
|
"MaxOrganizationCount": 1,
|
|
"MessageOfTheDay": "",
|
|
"RedirectToHttps": true,
|
|
"RemoteControlNotifyUser": true,
|
|
"RemoteControlRequiresAuthentication": false,
|
|
"RemoteControlSessionLimit": 3,
|
|
"Require2FA": false,
|
|
"SmtpDisplayName": "",
|
|
"SmtpEmail": "",
|
|
"SmtpHost": "",
|
|
"SmtpLocalDomain": "",
|
|
"SmtpCheckCertificateRevocation": true,
|
|
"SmtpPassword": "",
|
|
"SmtpPort": 587,
|
|
"SmtpUserName": "",
|
|
"Theme": "Dark",
|
|
"TrustedCorsOrigins": [],
|
|
"UseHsts": false,
|
|
"UseHttpLogging": false
|
|
}
|
|
}
|