Skip to main content

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 listed below.

FieldDetails
storeDirectoryPath to local storage directly accessible by FarEarth
note

This configuration is typically used on self-hosted bundled deployments, where the FarEarth instance is packaged as a single executable.