Local file system implementation for the storage abstractions.
This module provides a simple implementation of IStorageService that stores files on the local hard drive of the server.
Specify the root folder where files should be stored.
"Storage": {
"FileSystem": {
"RootPath": "C:\\Storage\\TaskHub"
}
}
Useful for development environments or when high-availability cloud storage is not required.