1
0
mirror of https://gitlab.com/nullmax17/RestySqlite.git synced 2025-03-15 08:21:12 +03:00
RestySqlite/appsettings.json
2025-02-08 22:41:26 +03:00

10 lines
142 B
JSON

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