openflexure-microscope-server/ofm_config_stub.json
Richard Bowman e3e248c46e Move server config to a config file
Currently this is "just" a LabThings config file.
2024-08-09 01:51:11 +01:00

11 lines
No EOL
529 B
JSON

{
"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/"
}