From 95e32e88c1d10a952dc18f3787ab5224d3a2d6ea Mon Sep 17 00:00:00 2001 From: turtlesocks-bot Date: Sun, 28 Jan 2024 14:13:57 +0000 Subject: [PATCH] chore: Sync CI/CD Config Items --- packages/config/.configref | 2 +- server/src/configs/custom-environment-variables.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/config/.configref b/packages/config/.configref index 9035fedef..b9d0faa68 100644 --- a/packages/config/.configref +++ b/packages/config/.configref @@ -1 +1 @@ -23690 \ No newline at end of file +23857 \ No newline at end of file diff --git a/server/src/configs/custom-environment-variables.json b/server/src/configs/custom-environment-variables.json index 1df2a2d14..2edc153ed 100644 --- a/server/src/configs/custom-environment-variables.json +++ b/server/src/configs/custom-environment-variables.json @@ -1242,6 +1242,10 @@ "sendDiscordMessage": { "__name": "SCANNER_BACKEND_CONFIG_SEND_DISCORD_MESSAGE", "__format": "boolean" + }, + "sendTelegramMessage": { + "__name": "SCANNER_BACKEND_CONFIG_SEND_TELEGRAM_MESSAGE", + "__format": "boolean" } }, "scanNext": {