Configuration settings for async config with well-known

interface AsyncServerConfig {
    paths?: CustomPathConfig;
    timeout?: number;
    wellknown?: string;
}

Hierarchy

Properties

timeout?: number
wellknown?: string