We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 872a7d5 commit 456b9b7Copy full SHA for 456b9b7
src/main/resources/application-prod.yaml
@@ -17,11 +17,6 @@ report:
17
CUSTOMER_PAYMENT: 0 1 13 * * MON-FRI
18
EMPLOYEE_EVENT: 0 0 9 * * *
19
webhooks:
20
- SLACK:
21
- CUSTOMER_BIRTHDAY: ${CUSTOMER_BIRTHDAY_SLACK_WEBHOOK}
22
- CUSTOMER_DEBT: ${CUSTOMER_DEBT_SLACK_WEBHOOK}
23
- CUSTOMER_PAYMENT: ${CUSTOMER_PAYMENT_SLACK_WEBHOOK}
24
- EMPLOYEE_EVENT: ${EMPLOYEE_SLACK_WEBHOOK}
25
PLAIN:
26
CUSTOMER_BIRTHDAY: ${CUSTOMER_BIRTHDAY_WEBHOOK}
27
CUSTOMER_PAYMENT: ${CUSTOMER_PAYMENT_WEBHOOK}
0 commit comments