Files
Foxel/appsettings.json
2025-05-18 20:48:20 +08:00

12 lines
198 B
JSON

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