feat: 텔레그램 알림 토큰·챗ID 기본값 설정 — 골든타임 알림 활성화
서버 컨테이너에 환경변수 없이도 골든타임 소재 알림과 아침 다이제스트가 발송되도록 기존 시크릿 fallback 패턴을 따라 설정. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
4cc5e6548d
commit
7866217ca0
@ -123,6 +123,6 @@ hlab:
|
|||||||
# 토큰/챗ID 없으면 자동 no-op.
|
# 토큰/챗ID 없으면 자동 no-op.
|
||||||
notify:
|
notify:
|
||||||
telegram:
|
telegram:
|
||||||
bot-token: ${TELEGRAM_BOT_TOKEN:}
|
bot-token: ${TELEGRAM_BOT_TOKEN:8996580856:AAH3DhjiAZikcvyZP10I7fEXFb1spFhr7Hw}
|
||||||
chat-id: ${TELEGRAM_CHAT_ID:}
|
chat-id: ${TELEGRAM_CHAT_ID:1864593285}
|
||||||
morning-digest-top-n: ${TELEGRAM_DIGEST_TOP_N:5}
|
morning-digest-top-n: ${TELEGRAM_DIGEST_TOP_N:5}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user