openflexure-microscope-server/ofm_config_manual.json
Richard Bowman 9851485057 Update config and lifecycle test to use API prefix
This adds an API prefix to the three config files, and updates the hard-coded URLs in the lifecycle test to use the new API root.

The change doesn't affect the unit or integration test suites, as neither of these set an API prefix.

Most of the required updates are likely to be in the web app, which I've not yet touched.
2026-05-11 11:07:38 +01:00

12 lines
No EOL
396 B
JSON

{
"things": {
"camera": "openflexure_microscope_server.things.camera.opencv:OpenCVCamera",
"system": "openflexure_microscope_server.things.system:OpenFlexureSystem"
},
"settings_folder": "./openflexure/settings/",
"api_prefix": "/api/v3",
"application_config": {
"log_folder": "./openflexure/logs/",
"data_folder": "./openflexure/data/"
}
}