stasis-proxy - v0.1.0
    Preparing search index...

    Interface ServerConfig

    Server configuration options.

    interface ServerConfig {
        port: number;
        upstream: string;
        dbPath?: string;
        logLevel?: "fatal" | "error" | "warn" | "info" | "debug" | "trace";
    }
    Index

    Properties

    port: number

    Port to listen on

    upstream: string

    Upstream API URL (e.g., https://api.openai.com)

    dbPath?: string

    Path to SQLite database file

    logLevel?: "fatal" | "error" | "warn" | "info" | "debug" | "trace"

    Log level