cambooth/src/CamBooth/CamBooth.App/Core/AppSettings/app.settings.json
2026-03-01 16:13:49 +01:00

54 lines
1.4 KiB
JSON

{
"AppSettings": {
"AppName": "Meine Anwendung",
"Version": "1.0.0",
"IsDebugMode": false,
"PictureLocation": "C:\\cambooth\\pictures",
"DebugConsoleVisible": "false",
"PhotoCountdownSeconds": 5,
"FocusDelaySeconds": 2,
"FocusTimeoutMs": 3000,
"IsShutdownEnabled": false,
"UseMockCamera": false
},
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Warning",
"System": "Warning"
}
},
"WriteTo": [
{
"Name": "Console"
},
{
"Name": "File",
"Args": {
"path": "Logs/cambooth-.log",
"rollingInterval": "Day",
"retainedFileCountLimit": 120,
"outputTemplate": "{Timestamp:yyyy-MM-dd HH:mm:ss.fff} [{Level:u3}] {Message:lj}{NewLine}{Exception}"
}
}
]
},
"LoggingSettings": {
"LogLevel": "Information",
"LogDirectory": "Logs",
"RemoteServerUrl": "https://log.grimma-fotobox.de",
"RemoteServerApiKey": "8rjvr0zZmceuFZMYydKU"
},
"LycheeSettings": {
"ApiUrl": "https://gallery.grimma-fotobox.de",
"Username": "itob",
"Password": "VfVyqal&Nv8U&P",
"DefaultAlbumId": "gMM3W-Pk9mr8k57k-WU2Jz8t",
"AutoUploadEnabled": false
},
"ConnectionStrings": {
"DefaultConnection": "Server=myServer;Database=myDB;User Id=myUser;Password=myPassword;"
}
}