feat: Scaffold initial MiningService .NET solution including domain, API, infrastructure, and test projects.

This commit is contained in:
Ho Ngoc Hai
2026-01-17 17:47:32 +07:00
parent d59a1b4844
commit 8a4abf6bcb
75 changed files with 5401 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"Microsoft.AspNetCore": "Information",
"Microsoft.EntityFrameworkCore.Database.Command": "Information"
}
},
"Serilog": {
"MinimumLevel": {
"Default": "Debug",
"Override": {
"Microsoft": "Information",
"Microsoft.EntityFrameworkCore.Database.Command": "Information",
"System": "Information"
}
}
}
}