RobotApp/RobotApp/appsettings.json
Đăng Nguyễn b2df5b22b7 update
2025-10-13 13:17:32 +07:00

25 lines
517 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "Data Source=robot.db"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore": "Warning"
}
},
"AllowedHosts": "*",
"Simulation": {
"Enable": true,
"RadiusWheel": 0.1,
"Width": 0.606,
"Length": 1.106,
"MaxVelocity": 1.5,
"MaxAngularVelocity": 0.3,
"Acceleration": 2,
"Deceleration": 10,
"NavigationType": "Differential"
}
}