mirror of
https://github.com/marcogll/telegram_expenses_controller.git
synced 2026-01-13 21:35:15 +00:00
feat: Implement core application structure, AI extraction, persistence, and Telegram bot modules with updated configuration and dependencies.
This commit is contained in:
22
.env.example
22
.env.example
@@ -1,12 +1,16 @@
|
||||
# Telegram
|
||||
TELEGRAM_BOT_TOKEN=
|
||||
# Telegram Bot Token from BotFather
|
||||
TELEGRAM_TOKEN=""
|
||||
|
||||
# OpenAI
|
||||
OPENAI_API_KEY=
|
||||
# Your OpenAI API Key
|
||||
OPENAI_API_KEY=""
|
||||
|
||||
# Google Cloud
|
||||
GOOGLE_APPLICATION_CREDENTIALS=
|
||||
SPREADSHEET_ID=
|
||||
# The ID of the Telegram supergroup where the bot will operate
|
||||
SUPERGROUP_ID=""
|
||||
|
||||
# Environment
|
||||
ENV=dev
|
||||
# Database connection string
|
||||
# For SQLite: DATABASE_URL="sqlite:///database.db"
|
||||
# For PostgreSQL: DATABASE_URL="postgresql://user:password@host:port/dbname"
|
||||
DATABASE_URL="sqlite:///database.db"
|
||||
|
||||
# Log level (e.g., DEBUG, INFO, WARNING, ERROR)
|
||||
LOG_LEVEL="INFO"
|
||||
|
||||
Reference in New Issue
Block a user