Stone.js API
    Preparing search index...

    Options for the environment source.

    interface EnvSourceOptions {
        env?: Record<string, string | undefined>;
        prefix?: string;
    }
    Index
    env?: Record<string, string | undefined>

    The environment object to read (defaults to process.env).

    prefix?: string

    Only include keys with this prefix (the prefix is stripped from the resulting keys).