Interface AxonConfig

interface AxonConfig {
    CORS?: AxonCorsConfig;
    DEBUG?: boolean;
    HTTPS?: AxonHttpsConfig;
    LOGGER?: boolean;
    LOGGER_VERBOSE?: boolean;
    RESPONSE_MESSAGES?: AxonResponseMessage;
}

Properties

Cors configuration for AxonCore.

DEBUG?: boolean

AxonCore debug mode.

Https configuration for AxonCore.

LOGGER?: boolean

AxonCore logger.

LOGGER_VERBOSE?: boolean

Verboose mode of logger.

RESPONSE_MESSAGES?: AxonResponseMessage

Configuration for AxonCore custom response messages.