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
|
||||
|
||||
# labthings settings
|
||||
/settings/
|
||||
/openflexure_settings/
|
||||
settings/
|
||||
openflexure_settings/
|
||||
|
||||
# web app build
|
||||
/src/openflexure_microscope_server/static/
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@
|
|||
"/system_control/": "openflexure_microscope_server.things.system_control:SystemControlThing",
|
||||
"/settings/": "openflexure_microscope_server.things.settings_manager:SettingsManager",
|
||||
"/smart_scan/": "openflexure_microscope_server.things.smart_scan:SmartScanThing",
|
||||
"/background_detect/": "openflexure_microscope_server.things.smart_scan:BackgroundDetectThing",
|
||||
"/api_test/": "openflexure_microscope_server.things.test:APITestThing"
|
||||
"/background_detect/": "openflexure_microscope_server.things.background_detect:BackgroundDetectThing",
|
||||
"/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