18 lines
451 B
JSON
18 lines
451 B
JSON
{
|
|
"Cvat": {
|
|
"ServerEndpoint": "http://127.0.0.1:8080",
|
|
"ApiToken": "",
|
|
"SyncTimeoutSeconds": 60
|
|
},
|
|
"Persistence": {
|
|
"ConnectionString": "Server=(localdb)\\MSSQLLocalDB;Database=OrpaonVisionDb;Trusted_Connection=True;TrustServerCertificate=True;",
|
|
"AutoInitializeOnStartup": true
|
|
},
|
|
"ModelPackage": {
|
|
"BasePath": "ModelPackages"
|
|
},
|
|
"RuntimeDeploymentSnapshot": {
|
|
"BasePath": "RuntimeDeploymentSnapshots"
|
|
}
|
|
}
|