Files
Atomx/Atomx.Admin/Atomx.Admin.Client/wwwroot/appsettings.json
2025-12-02 13:10:10 +08:00

13 lines
180 B
JSON

{
"WebApi": {
"ServerUrl": "http://localhost:5259"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}