Files
LudikZone/src/LudikZoneBlazor/appsettings.Development.json
2024-09-05 23:45:05 +02:00

9 lines
170 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"DB_HOST": "localhost"
}