Skip to main content

Config Keys

This list is generated from module default configuration files.

KeyDefaultEnvironmentDescriptionSource
communication.whatsappConfiguration value.communication.ts
communication.whatsapp.enabledCOMMUNICATION_WHATSAPP_ENABLEDBoolean flag (defaults to false when unset).communication.ts
communication.whatsapp.fromCOMMUNICATION_WHATSAPP_FROMConfiguration value.communication.ts
communication.whatsapp.engine"test"COMMUNICATION_WHATSAPP_ENGINEConfiguration value.communication.ts
communication.whatsapp.configConfiguration value.communication.ts
communication.whatsapp.config.accessTokenCOMMUNICATION_WHATSAPP_ACCESS_TOKENConfiguration value.communication.ts
communication.whatsapp.config.phoneNumberIdentifier""COMMUNICATION_WHATSAPP_PHONE_NUMBER_IDENTIFIERConfiguration value.communication.ts
communication.whatsapp.config.graphApiVersion"v22.0"COMMUNICATION_WHATSAPP_GRAPH_API_VERSIONConfiguration value.communication.ts
communication.whatsapp.timeoutMilliseconds0COMMUNICATION_WHATSAPP_TIMEOUT_MILLISECONDSConfiguration value.communication.ts
communication.whatsapp.retryConfiguration value.communication.ts
communication.whatsapp.retry.attempts1COMMUNICATION_WHATSAPP_RETRY_ATTEMPTSConfiguration value.communication.ts
communication.whatsapp.retry.delayMilliseconds0COMMUNICATION_WHATSAPP_RETRY_DELAY_MILLISECONDSConfiguration value.communication.ts
communication.whatsapp.retry.backoffFactor1COMMUNICATION_WHATSAPP_RETRY_BACKOFF_FACTORConfiguration value.communication.ts
communication.smsConfiguration value.communication.ts
communication.sms.enabledCOMMUNICATION_SMS_ENABLEDSMS channel configuration.communication.ts
communication.sms.fromCOMMUNICATION_SMS_FROMSMS channel configuration.communication.ts
communication.sms.engine"test"COMMUNICATION_SMS_ENGINESMS channel configuration.communication.ts
communication.sms.configSMS channel configuration.communication.ts
communication.sms.config.clientIdentifier""COMMUNICATION_SMS_CLIENT_IDENTIFIERSMS channel configuration.communication.ts
communication.sms.config.clientSecret""COMMUNICATION_SMS_CLIENT_SECRETSMS channel configuration.communication.ts
communication.sms.timeoutMilliseconds0COMMUNICATION_SMS_TIMEOUT_MILLISECONDSSMS channel configuration.communication.ts
communication.sms.retrySMS channel configuration.communication.ts
communication.sms.retry.attempts1COMMUNICATION_SMS_RETRY_ATTEMPTSSMS channel configuration.communication.ts
communication.sms.retry.delayMilliseconds0COMMUNICATION_SMS_RETRY_DELAY_MILLISECONDSSMS channel configuration.communication.ts
communication.sms.retry.backoffFactor1COMMUNICATION_SMS_RETRY_BACKOFF_FACTORSMS channel configuration.communication.ts
communication.emailConfiguration value.communication.ts
communication.email.enabledCOMMUNICATION_EMAIL_ENABLEDFlag used to enable or disable the email handling service. /communication.ts
communication.email.engine"test"COMMUNICATION_EMAIL_ENGINEThe desired email handling transport to be used in the application. /communication.ts
communication.email.from"quikland@localhost"COMMUNICATION_EMAIL_FROMThe email address used as the FROM address in the emails sent through the application. /communication.ts
communication.email.configConfiguration parameters used for connecting to the email sending service (mailgun, sendgrid, smtp). /communication.ts
communication.email.config.address"quikland@localhost"COMMUNICATION_EMAIL_ADDRESSThe account or email address used to connect to the email sending server. /communication.ts
communication.email.config.password""COMMUNICATION_EMAIL_PASSWORDThe password for the account used to send an email. /communication.ts
communication.email.config.server"localhost"COMMUNICATION_EMAIL_SERVERThe URL or IP of the email sending server. /communication.ts
communication.email.config.port"25"COMMUNICATION_EMAIL_PORTThe port used to connect to the email server. /communication.ts
communication.email.config.secureCOMMUNICATION_EMAIL_SECUREA flag used to define if the server is using a secure connection or not. /communication.ts
communication.email.timeoutMilliseconds0COMMUNICATION_EMAIL_TIMEOUT_MILLISECONDSEmail channel configuration.communication.ts
communication.email.retryEmail channel configuration.communication.ts
communication.email.retry.attempts1COMMUNICATION_EMAIL_RETRY_ATTEMPTSEmail channel configuration.communication.ts
communication.email.retry.delayMilliseconds0COMMUNICATION_EMAIL_RETRY_DELAY_MILLISECONDSEmail channel configuration.communication.ts
communication.email.retry.backoffFactor1COMMUNICATION_EMAIL_RETRY_BACKOFF_FACTOREmail channel configuration.communication.ts