Move server config to a config file
Currently this is "just" a LabThings config file.
This commit is contained in:
parent
b7f9f6cbaf
commit
e3e248c46e
4 changed files with 69 additions and 31 deletions
11
ofm_config_stub.json
Normal file
11
ofm_config_stub.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"things": {
|
||||
"/camera/": "openflexure_microscope_server.things.opencv_camera:OpenCVCamera",
|
||||
"/stage/": "openflexure_microscope_server.things.dummy_stage:DummyStage",
|
||||
|
||||
"/system_control/": "openflexure_microscope_server.things.system_control:SystemControlThing",
|
||||
"/settings/": "openflexure_microscope_server.things.settings_manager:SettingsManager",
|
||||
"/api_test/": "openflexure_microscope_server.things.test:APITestThing"
|
||||
},
|
||||
"settings_folder": "./openflexure_settings/"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue