Remotely/Server/appsettings.json

35 lines
1003 B
JSON

{
"ConnectionStrings": {
"SQLite": "DataSource=Server.db",
"SQLServer": "Server=(localdb)\\mssqllocaldb;Database=Remotely-Server-53bc9b9d-9d6a-45d4-8429-2a2761773502;Trusted_Connection=True;MultipleActiveResultSets=true",
"PostgreSQL": "Host=localhost;Database=;Username=;Password="
},
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"ApplicationOptions": {
"AllowApiLogin": false,
"MaxOrganizationCount": 1,
"DataRetentionInDays": 90,
"DBProvider": "SQLite",
"DefaultPrompt": "~>",
"EnableWindowsEventLog": false,
"KnownProxies": [],
"RecordRemoteControlSessions": false,
"RedirectToHTTPS": false,
"RemoteControlSessionLimit": 1,
"RemoteControlRequiresAuthentication": true,
"UseHSTS": false,
"SmtpHost": "",
"SmtpPort": 25,
"SmtpUserName": "",
"SmtpPassword": "",
"SmtpEmail": "",
"SmtpDisplayName": "",
"SmtpEnableSsl": true,
"TrustedCorsOrigins": [],
"Theme": "Dark"
}
}