63 lines
1.9 KiB
JSON
63 lines
1.9 KiB
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Server=127.0.0.1;Database=RobotNet10.FleetManager.DangNV;User Id=sa;Password=CHANGE_ME;TrustServerCertificate=True;MultipleActiveResultSets=true",
|
|
"MapEditorConnection": "Server=127.0.0.1;Database=RobotNet10.Layout.DangNV;User Id=sa;Password=CHANGE_ME;TrustServerCertificate=True;MultipleActiveResultSets=true",
|
|
"ScriptEngineConnection": "Server=127.0.0.1;Database=RobotNet10.Script.DangNV;User Id=sa;Password=CHANGE_ME;TrustServerCertificate=True;MultipleActiveResultSets=true"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.EntityFrameworkCore": "Warning",
|
|
"Microsoft.AspNetCore.Watch": "Warning",
|
|
"Microsoft.AspNetCore.Watch.BrowserRefresh": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ScriptEngine": {
|
|
"RuntimeDllFolder": "bin/dlls"
|
|
},
|
|
"StorageConfig": {
|
|
"UsingLocal": false,
|
|
"LocalFolder": "FleetCustomConfigs",
|
|
"Bucket": "fleet-custom-configs",
|
|
"RetryCount": 3,
|
|
"MinioConfig": {
|
|
"Endpoint": "127.0.0.1:9000",
|
|
"User": "minio",
|
|
"Password": "robotics",
|
|
"EnableSSL": false
|
|
}
|
|
},
|
|
"LayoutImage": {
|
|
"UsingLocal": false,
|
|
"LocalFolder": "FleetLayoutImages",
|
|
"Bucket": "fleet-layout-images",
|
|
"RetryCount": 3,
|
|
"MinioConfig": {
|
|
"Endpoint": "127.0.0.1:9000",
|
|
"User": "minio",
|
|
"Password": "robotics",
|
|
"EnableSSL": false
|
|
}
|
|
},
|
|
"RobotModelImage": {
|
|
"UsingLocal": false,
|
|
"LocalFolder": "RobotModelImages",
|
|
"Bucket": "robotmodel-images",
|
|
"RetryCount": 3,
|
|
"MinioConfig": {
|
|
"Endpoint": "127.0.0.1:9000",
|
|
"User": "minio",
|
|
"Password": "robotics",
|
|
"EnableSSL": false
|
|
},
|
|
"ACSStatusConfig": {
|
|
"SiteCode": "VN03",
|
|
"AreaCode": "DA3_FL1",
|
|
"AreaArea": "DA3_WM",
|
|
"BatteryId": "bidpnkx0001"
|
|
}
|
|
}
|
|
}
|