mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
27 lines
765 B
JSON
27 lines
765 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"SQLite": "DataSource=Server.db",
|
|
"SQLServer": "Server=(localdb)\\mssqllocaldb;Database=aspnet-Server-53bc9b9d-9d6a-45d4-8429-2a2761773502;Trusted_Connection=True;MultipleActiveResultSets=true",
|
|
"PostgreSQL": "Host=localhost;Database=;Username=;Password="
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
},
|
|
"ApplicationOptions": {
|
|
"DefaultPrompt": "~>",
|
|
"DBProvider": "SQLite",
|
|
"AllowSelfRegistration": true,
|
|
"UseDomainAuthentication": false,
|
|
"ShowMessageOfTheDay": true,
|
|
"DataRetentionInDays": 90,
|
|
"RemoteControlSessionLimit": 5,
|
|
"SmtpHost": "",
|
|
"SmtpPort": 25,
|
|
"SmtpUserName": "",
|
|
"SmtpPassword": "",
|
|
"SmtpEmail": "",
|
|
"SmtpDisplayName": ""
|
|
}
|
|
} |