Update config files to use names not paths
This commit is contained in:
parent
5eea78cac7
commit
a0b8a71477
3 changed files with 15 additions and 15 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"things": {
|
||||
"/camera/": {
|
||||
"camera": {
|
||||
"class": "openflexure_microscope_server.things.camera.opencv:OpenCVCamera",
|
||||
"kwargs": {"camera_index": 0}
|
||||
},
|
||||
"/system/": "openflexure_microscope_server.things.system:OpenFlexureSystem"
|
||||
"system": "openflexure_microscope_server.things.system:OpenFlexureSystem"
|
||||
},
|
||||
"settings_folder": "./openflexure/settings/",
|
||||
"log_folder": "./openflexure/logs/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue