Adjust simulation config to match full config updates, fix .gitignore
This commit is contained in:
parent
b88487af78
commit
7c30f7a720
2 changed files with 5 additions and 5 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -79,8 +79,8 @@ packages.png
|
||||||
openflexure_microscope/cobertura.xml
|
openflexure_microscope/cobertura.xml
|
||||||
|
|
||||||
# labthings settings
|
# labthings settings
|
||||||
/settings/
|
settings/
|
||||||
/openflexure_settings/
|
openflexure_settings/
|
||||||
|
|
||||||
# web app build
|
# web app build
|
||||||
/src/openflexure_microscope_server/static/
|
/src/openflexure_microscope_server/static/
|
||||||
|
|
|
||||||
|
|
@ -8,8 +8,8 @@
|
||||||
"/system_control/": "openflexure_microscope_server.things.system_control:SystemControlThing",
|
"/system_control/": "openflexure_microscope_server.things.system_control:SystemControlThing",
|
||||||
"/settings/": "openflexure_microscope_server.things.settings_manager:SettingsManager",
|
"/settings/": "openflexure_microscope_server.things.settings_manager:SettingsManager",
|
||||||
"/smart_scan/": "openflexure_microscope_server.things.smart_scan:SmartScanThing",
|
"/smart_scan/": "openflexure_microscope_server.things.smart_scan:SmartScanThing",
|
||||||
"/background_detect/": "openflexure_microscope_server.things.smart_scan:BackgroundDetectThing",
|
"/background_detect/": "openflexure_microscope_server.things.background_detect:BackgroundDetectThing",
|
||||||
"/api_test/": "openflexure_microscope_server.things.test:APITestThing"
|
"/capture/": "openflexure_microscope_server.things.capture:CaptureThing"
|
||||||
},
|
},
|
||||||
"settings_folder": "./openflexure_settings/"
|
"settings_folder": "./openflexure/settings/"
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue