Filesystem
Below is an example of a FarEarth Hosting configuration, for local storage.
{
"id": "fs-archive-101",
"protocol": "filesystem",
"properties": {
"storeDirectory": "cache/blob/host"
}
}
The required properties for the local file system protocol are:
| Field | Details |
|---|---|
storeDirectory | Path to local storage directly accessible by the FarEarth service. |
NOTE: *This configuration is typically used on self-hosted bundled deployments, where the FarEarth instance is packaged as a single executable