@lomray/microservice-gateway
Version:
Gateway microservice based on NodeJS & inverted json.
37 lines (36 loc) • 1.12 kB
TypeScript
declare const constants: {
MS_BATCH_LIMIT: number | undefined;
MS_INFO_ROUTE: string | undefined;
MS_REQ_TIMEOUT: number | undefined;
MS_JSON_LIMIT: string;
MS_LISTENER_PORT: string;
MS_CORS_CONFIG: any;
MS_WEBHOOK_URL: string;
IS_BUILD: string | boolean;
VERSION: string;
PACKAGE_NAME: string;
ENV: string;
IS_PROD: boolean;
IS_DEV: boolean;
IS_TEST: boolean;
ENVIRONMENT: string;
SRC_FOLDER: string;
MS_NAME: string;
MS_CONFIG_NAME: string;
MS_CONNECTION: string | undefined;
IS_CONNECTION_SRV: boolean;
MS_WORKERS: number;
IS_ENABLE_REMOTE_MIDDLEWARE: boolean;
IS_REMOTE_CONFIG_ENABLE: boolean;
IS_ENABLE_GRAFANA_LOG: boolean;
MS_GRAFANA_LOKI_CONFIG: any;
IS_OPENTELEMETRY_ENABLE: boolean;
IS_DISABLE_OPENTELEMETRY_TRACES: boolean;
IS_DISABLE_OPENTELEMETRY_METRICS: boolean;
MS_OPENTELEMETRY_OTLP_URL: string | undefined;
IS_OPENTELEMETRY_OTLP_URL_SRV: boolean;
IS_OPENTELEMETRY_DEBUG: boolean;
MS_CONSOLE_LOG_LEVEL: string;
IS_ENABLE_EVENTS: boolean;
};
export { constants as default };