refactor: #150 mettre à jour appsettings et introduire des enums pour les types Seeder et Repository

This commit is contained in:
mirage
2026-03-31 10:07:47 +02:00
parent c65c0113af
commit 63e755c5c7
7 changed files with 39 additions and 52 deletions

View File

@@ -1,8 +1,4 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
"Seeder": "Local",
"Repository": "Db"
}