Open
Description
At the moment, the app data such as favourite queries and query settings are stored within the default path for Workbase running in production, development or test environments. Ideally, each Workbase running in each environment should use an isolated data file where changes made in it are not reflected in any subsequent initializations of the app.
This will allow us to modify the content of the app data or even remove it altogether for each environment without affecting the app state in the other environments.