Config Keys
This list is generated from module default configuration files.
| Key | Default | Environment | Description | Source |
|---|---|---|---|---|
communication.whatsapp | — | — | Configuration value. | communication.ts |
communication.whatsapp.enabled | — | COMMUNICATION_WHATSAPP_ENABLED | Boolean flag (defaults to false when unset). | communication.ts |
communication.whatsapp.from | — | COMMUNICATION_WHATSAPP_FROM | Configuration value. | communication.ts |
communication.whatsapp.engine | "test" | COMMUNICATION_WHATSAPP_ENGINE | Configuration value. | communication.ts |
communication.whatsapp.config | — | — | Configuration value. | communication.ts |
communication.whatsapp.config.accessToken | — | COMMUNICATION_WHATSAPP_ACCESS_TOKEN | Configuration value. | communication.ts |
communication.whatsapp.config.phoneNumberIdentifier | "" | COMMUNICATION_WHATSAPP_PHONE_NUMBER_IDENTIFIER | Configuration value. | communication.ts |
communication.whatsapp.config.graphApiVersion | "v22.0" | COMMUNICATION_WHATSAPP_GRAPH_API_VERSION | Configuration value. | communication.ts |
communication.whatsapp.timeoutMilliseconds | 0 | COMMUNICATION_WHATSAPP_TIMEOUT_MILLISECONDS | Configuration value. | communication.ts |
communication.whatsapp.retry | — | — | Configuration value. | communication.ts |
communication.whatsapp.retry.attempts | 1 | COMMUNICATION_WHATSAPP_RETRY_ATTEMPTS | Configuration value. | communication.ts |
communication.whatsapp.retry.delayMilliseconds | 0 | COMMUNICATION_WHATSAPP_RETRY_DELAY_MILLISECONDS | Configuration value. | communication.ts |
communication.whatsapp.retry.backoffFactor | 1 | COMMUNICATION_WHATSAPP_RETRY_BACKOFF_FACTOR | Configuration value. | communication.ts |
communication.sms | — | — | Configuration value. | communication.ts |
communication.sms.enabled | — | COMMUNICATION_SMS_ENABLED | SMS channel configuration. | communication.ts |
communication.sms.from | — | COMMUNICATION_SMS_FROM | SMS channel configuration. | communication.ts |
communication.sms.engine | "test" | COMMUNICATION_SMS_ENGINE | SMS channel configuration. | communication.ts |
communication.sms.config | — | — | SMS channel configuration. | communication.ts |
communication.sms.config.clientIdentifier | "" | COMMUNICATION_SMS_CLIENT_IDENTIFIER | SMS channel configuration. | communication.ts |
communication.sms.config.clientSecret | "" | COMMUNICATION_SMS_CLIENT_SECRET | SMS channel configuration. | communication.ts |
communication.sms.timeoutMilliseconds | 0 | COMMUNICATION_SMS_TIMEOUT_MILLISECONDS | SMS channel configuration. | communication.ts |
communication.sms.retry | — | — | SMS channel configuration. | communication.ts |
communication.sms.retry.attempts | 1 | COMMUNICATION_SMS_RETRY_ATTEMPTS | SMS channel configuration. | communication.ts |
communication.sms.retry.delayMilliseconds | 0 | COMMUNICATION_SMS_RETRY_DELAY_MILLISECONDS | SMS channel configuration. | communication.ts |
communication.sms.retry.backoffFactor | 1 | COMMUNICATION_SMS_RETRY_BACKOFF_FACTOR | SMS channel configuration. | communication.ts |
communication.email | — | — | Configuration value. | communication.ts |
communication.email.enabled | — | COMMUNICATION_EMAIL_ENABLED | Flag used to enable or disable the email handling service. / | communication.ts |
communication.email.engine | "test" | COMMUNICATION_EMAIL_ENGINE | The desired email handling transport to be used in the application. / | communication.ts |
communication.email.from | "quikland@localhost" | COMMUNICATION_EMAIL_FROM | The email address used as the FROM address in the emails sent through the application. / | communication.ts |
communication.email.config | — | — | Configuration parameters used for connecting to the email sending service (mailgun, sendgrid, smtp). / | communication.ts |
communication.email.config.address | "quikland@localhost" | COMMUNICATION_EMAIL_ADDRESS | The account or email address used to connect to the email sending server. / | communication.ts |
communication.email.config.password | "" | COMMUNICATION_EMAIL_PASSWORD | The password for the account used to send an email. / | communication.ts |
communication.email.config.server | "localhost" | COMMUNICATION_EMAIL_SERVER | The URL or IP of the email sending server. / | communication.ts |
communication.email.config.port | "25" | COMMUNICATION_EMAIL_PORT | The port used to connect to the email server. / | communication.ts |
communication.email.config.secure | — | COMMUNICATION_EMAIL_SECURE | A flag used to define if the server is using a secure connection or not. / | communication.ts |
communication.email.timeoutMilliseconds | 0 | COMMUNICATION_EMAIL_TIMEOUT_MILLISECONDS | Email channel configuration. | communication.ts |
communication.email.retry | — | — | Email channel configuration. | communication.ts |
communication.email.retry.attempts | 1 | COMMUNICATION_EMAIL_RETRY_ATTEMPTS | Email channel configuration. | communication.ts |
communication.email.retry.delayMilliseconds | 0 | COMMUNICATION_EMAIL_RETRY_DELAY_MILLISECONDS | Email channel configuration. | communication.ts |
communication.email.retry.backoffFactor | 1 | COMMUNICATION_EMAIL_RETRY_BACKOFF_FACTOR | Email channel configuration. | communication.ts |