mirror of
https://github.com/marcogll/talia_bot.git
synced 2026-01-13 05:15:18 +00:00
71 lines
2.2 KiB
Plaintext
71 lines
2.2 KiB
Plaintext
# ==================================================
|
|
# Telegram Configuration
|
|
# ==================================================
|
|
# Get your bot token from @BotFather on Telegram.
|
|
TELEGRAM_BOT_TOKEN=
|
|
# Your personal Telegram user ID. The bot will send you admin notifications.
|
|
TELEGRAM_OWNER_CHAT_ID=
|
|
|
|
# ==================================================
|
|
# Google Services
|
|
# ==================================================
|
|
# The path to your Google Cloud service account credentials file.
|
|
GOOGLE_SERVICE_ACCOUNT_FILE=google_key.json
|
|
# The ID of the Google Calendar you want the bot to manage.
|
|
WORK_GOOGLE_CALENDAR_ID=
|
|
PERSONAL_GOOGLE_CALENDAR_ID=
|
|
|
|
# ==================================================
|
|
# Webhooks (n8n)
|
|
# ==================================================
|
|
# The URL for your production n8n webhook.
|
|
N8N_WEBHOOK_URL=
|
|
# The URL for your test n8n webhook.
|
|
N8N_WEBHOOK_TEST_URL=
|
|
|
|
# ==================================================
|
|
# AI Core
|
|
# ==================================================
|
|
# Your API key from OpenAI.
|
|
OPENAI_API_KEY=
|
|
# The specific OpenAI model to use (e.g., gpt-4o-mini, gpt-4-turbo).
|
|
OPENAI_MODEL=gpt-4o-mini
|
|
# The time for the AI to send a daily summary (HH:MM format).
|
|
AI_DAILY_SUMMARY_TIME=08:00
|
|
# The timezone for scheduling and date/time operations (e.g., America/Mexico_City, America/Bogota).
|
|
TIMEZONE=America/Monterrey
|
|
|
|
# ==================================================
|
|
# Scheduling
|
|
# ==================================================
|
|
# Your Calendly link for appointment scheduling.
|
|
CALENDLY_LINK=
|
|
|
|
# ==================================================
|
|
# Vikunja (Task Management)
|
|
# ==================================================
|
|
# The base URL for your Vikunja instance's API.
|
|
VIKUNJA_BASE_URL=
|
|
# Your API token for Vikunja.
|
|
VIKUNJA_TOKEN=
|
|
|
|
# ==================================================
|
|
# Email Configuration (SMTP / IMAP)
|
|
# ==================================================
|
|
# SMTP server for sending emails.
|
|
SMTP_SERVER=
|
|
SMTP_PORT=
|
|
SMTP_USER=
|
|
SMTP_PASSWORD=
|
|
|
|
# IMAP server for reading emails.
|
|
IMAP_SERVER=
|
|
IMAP_USER=
|
|
IMAP_PASSWORD=
|
|
|
|
# ==================================================
|
|
# Printer (Epson Connect)
|
|
# ==================================================
|
|
# The dedicated email address for your printer.
|
|
PRINTER_EMAIL=
|