Stone.js API
    Preparing search index...

    Reads configuration from environment variables.

    The zero-config default source. With a prefix, only matching variables are kept and the prefix is stripped (APP_DB_URL -> DB_URL).

    Implements

    Index
    name: string = 'env'

    A human-readable name (e.g. env, file, ssm).

    • Returns Promise<Record<string, unknown>>