Skip to content

Commit 10dee5b

Browse files
committed
feat: add CRM chat ID and thread ID to .env.sample for Telegram notifications
1 parent 17f6481 commit 10dee5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.env.sample

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ IS_TELEGRAM_NOTIFICATIONS_ENABLED=false
2626
TELEGRAM_BOT_TOKEN=change_me
2727
TELEGRAM_NOTIFY_USERS_CHAT_ID=change_me
2828
TELEGRAM_NOTIFY_NODES_CHAT_ID=change_me
29+
TELEGRAM_NOTIFY_CRM_CHAT_ID=change_me
2930

3031
### Telegram Oauth (Login with Telegram)
3132
### true/false
@@ -37,6 +38,7 @@ TELEGRAM_OAUTH_ADMIN_IDS=[123, 321]
3738
# Only set if you want to use topics
3839
TELEGRAM_NOTIFY_USERS_THREAD_ID=
3940
TELEGRAM_NOTIFY_NODES_THREAD_ID=
41+
TELEGRAM_NOTIFY_CRM_THREAD_ID=
4042

4143
### FRONT_END ###
4244
# Used by CORS, you can leave it as * or place your domain there

0 commit comments

Comments
 (0)