Beignet API reference
    Preparing search index...

    Options for creating an env-backed local storage provider.

    interface LocalStorageProviderOptions {
        name?: string;
        publicBaseUrl?: string;
        root?: string;
    }
    Index

    Properties

    name?: string

    Provider name. Defaults to "storage-local".

    publicBaseUrl?: string

    Default public base URL used when STORAGE_PUBLIC_BASE_URL is not set.

    root?: string

    Default root used when STORAGE_ROOT is not set.