ElasticSearch endpoint configuration used when the backend talks to the search process (see search.ts).

interface SearchConfig {
    host: string;
    log: string;
    port: number;
}

Properties

Properties

host: string
log: string
port: number