RobotApp/RobotApp/appsettings.json
Đăng Nguyễn a01f140f2e update
2025-10-24 10:24:59 +07:00

19 lines
380 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "Data Source=robot.db"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore": "Warning"
}
},
"AllowedHosts": "*",
"PathPlanning": {
"ResolutionSplit": 0.1,
"ReverseDirectionAngleDegree": 89,
"Ratio": 0.1
}
}