15 lines
341 B
Plaintext
15 lines
341 B
Plaintext
# Telegram Bot API token from @BotFather
|
|
TELEGRAM_BOT_TOKEN=
|
|
|
|
# Deepgram API key for voice transcription
|
|
DEEPGRAM_API_KEY=
|
|
|
|
# Todoist API key for task management
|
|
TODOIST_API_KEY=
|
|
|
|
# Path to Obsidian vault directory
|
|
VAULT_PATH=./vault
|
|
|
|
# JSON array of Telegram user IDs allowed to use the bot (empty = allow all)
|
|
ALLOWED_USER_IDS=[123456789]
|