@zthun/bouncer
    Preparing search index...

    Interface IZBouncerConfig

    Represents the configuration for the bounder service.

    interface IZBouncerConfig {
        servers: IZBouncerConfigServer[];
    }
    Index

    Properties

    Properties

    The collection of servers to run.

    Servers are built by type. If you have two servers with an identical protocol, then those configs are merged in a last one wins priority.