You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation has the dir attribute in the storage/volume section of the config file. However, the dir field is always relative to the environment variable ZENOH_BACKEND_FS_ROOT (or ZENOH_HOME based on some complicated rules).
It seems like it would be more consistent and user friendly if the storage configuration could be completely self contained in the config file. This could be accomplished by allowing the dir attribute to be an absolute path or by adding another attribute to the config file possibly at the storage_manager level for the backend root location.