mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 10:24:02 +00:00
refactor(config): remove single-household deploy legacy
This commit is contained in:
13
.env.example
13
.env.example
@@ -6,11 +6,6 @@ PORT=3000
|
||||
# Database
|
||||
DATABASE_URL=postgres://postgres:postgres@127.0.0.1:54322/postgres
|
||||
|
||||
# Optional Supabase
|
||||
SUPABASE_URL=https://your-project-ref.supabase.co
|
||||
SUPABASE_PUBLISHABLE_KEY=your-supabase-publishable-key
|
||||
SUPABASE_SERVICE_ROLE_KEY=your-supabase-service-role-key
|
||||
|
||||
# Telegram
|
||||
TELEGRAM_BOT_TOKEN=your-telegram-bot-token
|
||||
TELEGRAM_WEBHOOK_SECRET=your-webhook-secret
|
||||
@@ -23,14 +18,6 @@ MINI_APP_ALLOWED_ORIGINS=http://localhost:5173
|
||||
OPENAI_API_KEY=your-openai-api-key
|
||||
PARSER_MODEL=gpt-4.1-mini
|
||||
|
||||
# Optional monitoring
|
||||
SENTRY_DSN=
|
||||
|
||||
# Optional GCP / deploy
|
||||
GCP_PROJECT_ID=your-gcp-project-id
|
||||
GCP_REGION=europe-west1
|
||||
CLOUD_RUN_SERVICE_BOT=household-bot
|
||||
|
||||
# Scheduler
|
||||
SCHEDULER_SHARED_SECRET=your-scheduler-shared-secret
|
||||
SCHEDULER_OIDC_ALLOWED_EMAILS=scheduler-invoker@your-project.iam.gserviceaccount.com
|
||||
|
||||
Reference in New Issue
Block a user