mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 11:54:03 +00:00
24 lines
558 B
Plaintext
24 lines
558 B
Plaintext
# Core
|
|
NODE_ENV=development
|
|
LOG_LEVEL=info
|
|
PORT=3000
|
|
|
|
# Database
|
|
DATABASE_URL=postgres://postgres:postgres@127.0.0.1:54322/postgres
|
|
|
|
# Telegram
|
|
TELEGRAM_BOT_TOKEN=your-telegram-bot-token
|
|
TELEGRAM_WEBHOOK_SECRET=your-webhook-secret
|
|
TELEGRAM_WEBHOOK_PATH=/webhook/telegram
|
|
|
|
# Mini app
|
|
MINI_APP_ALLOWED_ORIGINS=http://localhost:5173
|
|
|
|
# Parsing / AI
|
|
OPENAI_API_KEY=your-openai-api-key
|
|
PARSER_MODEL=gpt-4.1-mini
|
|
|
|
# Scheduler
|
|
SCHEDULER_SHARED_SECRET=your-scheduler-shared-secret
|
|
SCHEDULER_OIDC_ALLOWED_EMAILS=scheduler-invoker@your-project.iam.gserviceaccount.com
|