mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 00:26:07 +02:00
Enhance configuration and logging setup
- Added Microsoft.Extensions.Configuration.Json and Serilog.Settings.Configuration packages. - Configured Serilog to read settings from appsettings.json. - Updated .gitignore to exclude database and upload files. - Refactored MainWindow to improve key handling and menu structure. - Introduced appsettings.example.json for logging configuration.
This commit is contained in:
+3
-1
@@ -426,4 +426,6 @@ appsettings.*.json
|
||||
!appsettings.example.json
|
||||
CLAUDE.md
|
||||
*.db
|
||||
*.db-*
|
||||
*.db-*
|
||||
src/EchoHub.Server/uploads/*
|
||||
.claude/*
|
||||
|
||||
Reference in New Issue
Block a user