Documentation
    Preparing search index...

    Interface RailServerConfig

    Per-rail server configuration. The first server is the primary endpoint.

    interface RailServerConfig {
        servers: string[];
    }
    Index

    Properties

    Properties

    servers: string[]

    Ordered server endpoint URLs; index 0 is primary.