Create and mount application level data direcory rather than just a scan directory
This commit is contained in:
parent
2c2a52cb97
commit
45903f92a6
12 changed files with 187 additions and 166 deletions
|
|
@ -4,5 +4,8 @@
|
|||
"system": "openflexure_microscope_server.things.system:OpenFlexureSystem"
|
||||
},
|
||||
"settings_folder": "./openflexure/settings/",
|
||||
"log_folder": "./openflexure/logs/"
|
||||
"application_config": {
|
||||
"log_folder": "./openflexure/logs/",
|
||||
"data_folder": "./openflexure/data/"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue