19 lines
380 B
JSON
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
|
|
}
|
|
}
|