Remotely/Server/appsettings.json

55 lines
1.4 KiB
JSON

{
"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": {
"Default": "Warning"
}
},
"ApplicationOptions": {
"AllowApiLogin": false,
"BannedDevices": [],
"DataRetentionInDays": 90,
"DBProvider": "SQLite",
"EnableWindowsEventLog": false,
"EnforceAttendedAccess": false,
"IceServers": [
{
"Url": "stun:stun.l.google.com:19302",
"TurnPassword": "",
"TurnUsername": ""
},
{
"Url": "stun:stun4.l.google.com:19302",
"TurnPassword": "",
"TurnUsername": ""
}
],
"KnownProxies": [],
"MaxConcurrentUpdates": 10,
"MaxOrganizationCount": 1,
"MessageOfTheDay": "",
"RedirectToHttps": false,
"RemoteControlNotifyUser": true,
"RemoteControlRequiresAuthentication": true,
"RemoteControlSessionLimit": 3,
"Require2FA": false,
"SmtpDisplayName": "",
"SmtpEmail": "",
"SmtpEnableSsl": true,
"SmtpHost": "",
"SmtpLocalDomain": "",
"SmtpPassword": "",
"SmtpPort": 587,
"SmtpUserName": "",
"SmtpCheckCertificateRevocation": true,
"Theme": "Dark",
"TrustedCorsOrigins": [],
"UseHsts": false,
"UseWebRtc": true
}
}