Files
bim-dogma-poc/SchemaEditor/appsettings.json
2026-01-08 15:32:15 +09:00

10 lines
151 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}